ImportQBXMLAsync Method
Imports a QBXML response aggregate.
Syntax
[VB.NET] Public Function ImportQBXMLAsync(ByVal XMLData As String) As Task
[C#] public Task ImportQBXMLAsync(string XMLData);
QuickBooks Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ImportQBXMLAsync MethodImports a QBXML response aggregate. Syntax[VB.NET] Public Function ImportQBXMLAsync(ByVal XMLData As String) As Task [C#] public Task ImportQBXMLAsync(string XMLData); RemarksThis method is the asynchronous version of the ImportQBXML method and is used to support asynchronous operations in WinRT. Please refer to ImportQBXML for more information. |
||