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