IAsyncStorageServerGetDefaultTemplate Method |
Gets a default template for creating a store with the given ID.
Namespace:
VDS.RDF.Storage.Management
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax void GetDefaultTemplate(
string id,
AsyncStorageCallback callback,
Object state
)
Sub GetDefaultTemplate (
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.
Return Value
Type:
See Also