ConvertACHAsync Method
Converts a file from ACH format into XML.
Syntax
[VB.NET] Public Function ConvertACHAsync() As IAsyncAction
[C#] public IAsyncAction 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 IAsyncAction [C#] public IAsyncAction 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. |
||