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