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