Azure Integrator V2 - Online Help
Azure Integrator V2
Questions / Feedback?

AttrAsync Method

Returns the value of the specified attribute.

Syntax

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

Remarks

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

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