Click or drag to resize

AllegroGraphServer.CreateStore Method (IStoreTemplate, AsyncStorageCallback, Object)

Creates a new Store on the server within the current catalog asynchronously.

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

Parameters

template
Type: VDS.RDF.Storage.Management.Provisioning.IStoreTemplate
Template to create the store from.
callback
Type: VDS.RDF.Storage.AsyncStorageCallback
Callback.
state
Type: System.Object
State to pass to callback.

Implements

IAsyncStorageServer.CreateStore(IStoreTemplate, AsyncStorageCallback, Object)
See Also