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