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