Click or drag to resize

BaseStardogServerCreateStore Method (IStoreTemplate, AsyncStorageCallback, Object)

Creates a new store based on the given template.

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

Parameters

template
Type: VDS.RDF.Storage.Management.ProvisioningIStoreTemplate
Template.
callback
Type: VDS.RDF.StorageAsyncStorageCallback
Callback.
state
Type: SystemObject
State to pass to the callback.

Implements

IAsyncStorageServerCreateStore(IStoreTemplate, AsyncStorageCallback, Object)
Remarks

Template must inherit from BaseStardogTemplate.

See Also