BuildFileAsync Method
Builds an X9.37 file.
Syntax
[VB.NET] Public Function BuildFileAsync() As Task
[C#] public Task BuildFileAsync();
E-Payment Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
BuildFileAsync MethodBuilds an X9.37 file. Syntax[VB.NET] Public Function BuildFileAsync() As Task [C#] public Task BuildFileAsync(); RemarksThis method is the asynchronous version of the BuildFile method and is used to support asynchronous operations in WinRT. Please refer to BuildFile for more information. |
||