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