Skip to content

Commit 0fd9472

Browse files
authored
Removed "how to" in title
1 parent 3b44240 commit 0fd9472

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/general-development/how-to-use-the-closeworkbook-method-call-asynchronously.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
---
2-
title: How to Use the CloseWorkbook Method Call Asynchronously
1+
---
2+
title: Use the CloseWorkbook method call asynchronously
33
ms.date: 09/25/2017
44
keywords: async,how to,howdoi,howto
55
f1_keywords:
@@ -9,7 +9,7 @@ ms.assetid: 6febe7dc-a552-4c79-aa3e-203d882286e3
99
---
1010

1111

12-
# How to: Use the CloseWorkbook Method Call Asynchronously
12+
# Use the CloseWorkbook method call asynchronously
1313

1414
When you are using Excel Web Services, it is good practice to close the workbook by calling the **CloseWorkbook** method if you are finished using the session. This closes the session and allows Excel Services to free resources in a predictable manner. This could potentially improve your server performance and robustness.
1515

0 commit comments

Comments
 (0)