[VB.NET]
Public Function AddParamAsync(ByVal ParamName As String, ByVal ParamValue As String)AsTask
[C#]
public Task AddParamAsync(string paramName, string paramValue);
Remarks
This 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.