GetAccountInfoAsync Method
Retrieves information about the current user account.
Syntax
[VB.NET] Public Function GetAccountInfoAsync() As IAsyncAction
[C#] public IAsyncAction GetAccountInfoAsync();
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetAccountInfoAsync MethodRetrieves information about the current user account. Syntax[VB.NET] Public Function GetAccountInfoAsync() As IAsyncAction [C#] public IAsyncAction 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. |
||