ListVaultsAsync Method
Lists the vaults.
Syntax
[VB.NET] Public Function ListVaultsAsync() As IAsyncAction
[C#] public IAsyncAction ListVaultsAsync();
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
ListVaultsAsync MethodLists the vaults. Syntax[VB.NET] Public Function ListVaultsAsync() As IAsyncAction [C#] public IAsyncAction 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. |
||