GetXAttributeAsync Method
Retrieve the value at the specified XPath in the SOAP response.
Syntax
[VB.NET] Public Function GetXAttributeAsync(ByVal Xpath As String) As Task<string>
[C#] public Task<string> GetXAttributeAsync(string xpath);
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetXAttributeAsync MethodRetrieve the value at the specified XPath in the SOAP response. Syntax[VB.NET] Public Function GetXAttributeAsync(ByVal Xpath As String) As Task<string> [C#] public Task<string> GetXAttributeAsync(string xpath); RemarksThis method is the asynchronous version of the GetXAttribute method and is used to support asynchronous operations in WinRT. Please refer to GetXAttribute for more information. |
||