ListDrivesAsync Method
List drives available to the user.
Syntax
[VB.NET] Public Function ListDrivesAsync() As Task
[C#] public Task ListDrivesAsync();
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
ListDrivesAsync MethodList drives available to the user. Syntax[VB.NET] Public Function ListDrivesAsync() As Task [C#] public Task ListDrivesAsync(); RemarksThis method is the asynchronous version of the ListDrives method and is used to support asynchronous operations in WinRT. Please refer to ListDrives for more information. |
||