IStorageServer Methods | 
The IStorageServer type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateStore | 
            Creates a new Store with the given ID.
              | |
| DeleteStore | 
            Deletes the Store with the given ID.
              | |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  (Inherited from IDisposable.) | |
| GetAvailableTemplates | 
            Gets all possible templates for creating a store with the given ID.
              | |
| GetDefaultTemplate | 
            Gets a default template for creating a store with the given ID.
              | |
| GetStore | 
            Gets the Store with the given ID.
              | |
| ListStores | 
            Gets the list of available stores.
              |