AddParamAsync Method
Adds a parameter-value pair.
Syntax
[VB.NET] Public Function AddParamAsync(ByVal ParamName As String, ByVal ParamValue As String) As IAsyncAction
[C#] public IAsyncAction AddParamAsync(string paramName, string paramValue);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
AddParamAsync MethodAdds a parameter-value pair. Syntax[VB.NET] Public Function AddParamAsync(ByVal ParamName As String, ByVal ParamValue As String) As IAsyncAction [C#] public IAsyncAction AddParamAsync(string paramName, string paramValue); RemarksThis method is the asynchronous version of the AddParam method and is used to support asynchronous operations in WinRT. Please refer to AddParam for more information. |
||