Click or drag to resize

IAsyncStorageServerGetAvailableTemplates Method

Gets all available templates for creating a store with the given ID.

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

Parameters

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