GetResponseVarAsync Method
Parses additional information out of the response.
Syntax
[VB.NET] Public Function GetResponseVarAsync(ByVal Name As String) As Task<string>
[C#] public Task<string> GetResponseVarAsync(string name);
E-Payment Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetResponseVarAsync MethodParses additional information out of the response. Syntax[VB.NET] Public Function GetResponseVarAsync(ByVal Name As String) As Task<string> [C#] public Task<string> GetResponseVarAsync(string name); RemarksThis method is the asynchronous version of the GetResponseVar method and is used to support asynchronous operations in WinRT. Please refer to GetResponseVar for more information. |
||