CloseQBConnectionAsync Method
Closes a persistent connection to QuickBooks.
Syntax
[VB.NET] Public Function CloseQBConnectionAsync() As Task
[C#] public Task CloseQBConnectionAsync();
QuickBooks Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
CloseQBConnectionAsync MethodCloses a persistent connection to QuickBooks. Syntax[VB.NET] Public Function CloseQBConnectionAsync() As Task [C#] public Task CloseQBConnectionAsync(); RemarksThis method is the asynchronous version of the CloseQBConnection method and is used to support asynchronous operations in WinRT. Please refer to CloseQBConnection for more information. |
||