CloseQBConnectionAsync Method
Closes a persistent connection to QuickBooks.
Syntax
[VB.NET] Public Function CloseQBConnectionAsync() As IAsyncAction
[C#] public IAsyncAction CloseQBConnectionAsync();
QuickBooks Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
CloseQBConnectionAsync MethodCloses a persistent connection to QuickBooks. Syntax[VB.NET] Public Function CloseQBConnectionAsync() As IAsyncAction [C#] public IAsyncAction 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. |
||