Click or drag to resize

SesameServerGetAvailableTemplates Method (String, AsyncStorageCallback, Object)

Gets all available templates for creating a store.

Namespace:  VDS.RDF.Storage.Management
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual void GetAvailableTemplates(
	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

IAsyncStorageServerGetAvailableTemplates(String, AsyncStorageCallback, Object)
See Also