GetAccountInfoAsync Method
Gets information about the account.
Syntax
[VB.NET] Public Function GetAccountInfoAsync() As Task
[C#] public Task GetAccountInfoAsync();
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetAccountInfoAsync MethodGets information about the account. Syntax[VB.NET] Public Function GetAccountInfoAsync() As Task [C#] public Task GetAccountInfoAsync(); RemarksThis method is the asynchronous version of the GetAccountInfo method and is used to support asynchronous operations in WinRT. Please refer to GetAccountInfo for more information. |
||