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