Click or drag to resize

AllegroGraphServerCreateStore 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.ProvisioningIStoreTemplate
Template to create the store from.
callback
Type: VDS.RDF.StorageAsyncStorageCallback
Callback.
state
Type: SystemObject
State to pass to callback.

Implements

IAsyncStorageServerCreateStore(IStoreTemplate, AsyncStorageCallback, Object)
See Also