ListVaultsAsync Method
Lists the vaults.
Syntax
[VB.NET]
Public Function ListVaultsAsync() As Task
[C#]
public Task ListVaultsAsync();
Remarks
This 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.