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