Click or drag to resize

IStorageServer Methods

The IStorageServer type exposes the following members.

Methods
  NameDescription
Public methodCreateStore
Creates a new Store with the given ID.
Public methodDeleteStore
Deletes the Store with the given ID.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetAvailableTemplates
Gets all possible 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 the Store with the given ID.
Public methodListStores
Gets the list of available stores.
Top
See Also