SendRequestAsync Method
Sends a custom request to the server.
Syntax
[VB.NET] Public Function SendRequestAsync() As IAsyncAction
[C#] public IAsyncAction SendRequestAsync();
PayPal Integrator V5 - Online Help
|
|||
|
Available for:
Questions / Feedback?
SendRequestAsync MethodSends a custom request to the server. Syntax[VB.NET] Public Function SendRequestAsync() As IAsyncAction [C#] public IAsyncAction SendRequestAsync(); RemarksThis method is the asynchronous version of the SendRequest method and is used to support asynchronous operations in WinRT. Please refer to SendRequest for more information. |
||