Click or drag to resize

IAsyncStorageServer Interface

Interface for storage providers which are capable of managing multiple stores asynchronously.

Namespace:  VDS.RDF.Storage.Management
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public interface IAsyncStorageServer : IDisposable

The IAsyncStorageServer type exposes the following members.

Properties
  NameDescription
Public propertyIOBehaviour
Gets information on the IO Behaviour of the Server.
Top
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