Click or drag to resize

IAsyncStorageServerCreateStore Method

Creates a store asynchronously.

Namespace:  VDS.RDF.Storage.Management
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
void CreateStore(
	IStoreTemplate template,
	AsyncStorageCallback callback,
	Object state
)

Parameters

template
Type: VDS.RDF.Storage.Management.ProvisioningIStoreTemplate
Template for the store to be created.
callback
Type: VDS.RDF.StorageAsyncStorageCallback
Callback.
state
Type: SystemObject
State to pass to the callback.
Remarks
Behaviour with regards to whether creating a store overwrites an existing store with the same ID is at the discretion of the implementation and SHOULD be documented in an implementations comments.
See Also