Cloud Storage Integrator - Online Help
Cloud Storage Integrator
Questions / Feedback?

AddParamAsync Method

Adds a name-value pair to the query string parameters of outgoing request.

Syntax

[VB.NET]
Public Function AddParamAsync(ByVal ParamName As String, ByVal ParamValue As String) As IAsyncAction
[C#]
public IAsyncAction 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.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 1.0.6240.0