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

GetXValueAsync Method

Retrieves a valid XPath expression from the HTTP response after calling SendCustomRequest .

Syntax

[VB.NET]
Public Function GetXValueAsync(ByVal XPath As String) As Task<string>
[C#]
public Task<string> GetXValueAsync(string XPath);

Remarks

This method is the asynchronous version of the GetXValue method and is used to support asynchronous operations in WinRT. Please refer to GetXValue for more information.

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