Click or drag to resize

IAsyncStorageServer Methods

The IAsyncStorageServer type exposes the following members.

Methods
  NameDescription
Public methodCreateStore
Creates a store asynchronously.
Public methodDeleteStore
Deletes a store asynchronously.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetAvailableTemplates
Gets all available templates for creating a store with the given ID.
Public methodGetDefaultTemplate
Gets a default template for creating a store with the given ID.
Public methodGetStore
Gets a store asynchronously.
Public methodListStores
Lists the available stores asynchronously.
Top
See Also