SendRawXMLAsync Method
Sends the provided XML string to the QBXML Request Processor.
Syntax
[VB.NET] Public Function SendRawXMLAsync(ByVal XMLString As String) As Task<string>
[C#] public Task<string> SendRawXMLAsync(string XMLString);
QuickBooks Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
SendRawXMLAsync MethodSends the provided XML string to the QBXML Request Processor. Syntax[VB.NET] Public Function SendRawXMLAsync(ByVal XMLString As String) As Task<string> [C#] public Task<string> SendRawXMLAsync(string XMLString); RemarksThis method is the asynchronous version of the SendRawXML method and is used to support asynchronous operations in WinRT. Please refer to SendRawXML for more information. |
||