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
)
Sub GetAvailableTemplates (
id As String,
callback As AsyncStorageCallback,
state As Object
)
Parameters
- id
- Type: SystemString
ID. - callback
- Type: VDS.RDF.StorageAsyncStorageCallback
Callback. - state
- Type: SystemObject
State to pass to the callback.
See Also