GetResponseParamAsync Method
Gets the value for the specified parameter.
Syntax
[VB.NET] Public Function GetResponseParamAsync(ByVal Name As String) As Task<string>
[C#] public Task<string> GetResponseParamAsync(string name);
PayPal Integrator V5 - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetResponseParamAsync MethodGets the value for the specified parameter. Syntax[VB.NET] Public Function GetResponseParamAsync(ByVal Name As String) As Task<string> [C#] public Task<string> GetResponseParamAsync(string name); RemarksThis method is the asynchronous version of the GetResponseParam method and is used to support asynchronous operations in WinRT. Please refer to GetResponseParam for more information. |
||