ConvertXMLAsync Method
Converts an XML file into ACH format.
Syntax
[VB.NET] Public Function ConvertXMLAsync() As Task
[C#] public Task ConvertXMLAsync();
E-Payment Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ConvertXMLAsync MethodConverts an XML file into ACH format. Syntax[VB.NET] Public Function ConvertXMLAsync() As Task [C#] public Task ConvertXMLAsync(); RemarksThis method is the asynchronous version of the ConvertXML method and is used to support asynchronous operations in WinRT. Please refer to ConvertXML for more information. |
||