Click or drag to resize

BaseStardogServerGetDefaultTemplate Method (String, AsyncStorageCallback, Object)

Gets a default template for creating a new Store.

Namespace:  VDS.RDF.Storage.Management
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual void GetDefaultTemplate(
	string id,
	AsyncStorageCallback callback,
	Object state
)

Parameters

id
Type: SystemString
Store ID.
callback
Type: VDS.RDF.StorageAsyncStorageCallback
Callback.
state
Type: SystemObject
State to pass to the callback.

Return Value

Type: 

Implements

IAsyncStorageServerGetDefaultTemplate(String, AsyncStorageCallback, Object)
See Also