LoadInputFileAsync Method
Load mass payment file.
Syntax
[VB.NET] Public Function LoadInputFileAsync(ByVal filename As String) As IAsyncAction
[C#] public IAsyncAction LoadInputFileAsync(string filename);
PayPal Integrator V5 - Online Help
|
|||
|
Available for:
Questions / Feedback?
LoadInputFileAsync MethodLoad mass payment file. Syntax[VB.NET] Public Function LoadInputFileAsync(ByVal filename As String) As IAsyncAction [C#] public IAsyncAction LoadInputFileAsync(string filename); RemarksThis method is the asynchronous version of the LoadInputFile method and is used to support asynchronous operations in WinRT. Please refer to LoadInputFile for more information. |
||