Click or drag to resize

IAsyncTransactionalStorage.Begin Method

Begins a transaction asynchronously.

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

Parameters

callback
Type: VDS.RDF.Storage.AsyncStorageCallback
Callback.
state
Type: System.Object
State to pass to the callback.
See Also