GetUsageInfoAsync Method
Gets the total space allowed and used.
Syntax
[VB.NET]
Public Function GetUsageInfoAsync() As Task
[C#]
public Task GetUsageInfoAsync();
Remarks
This 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.