Click or drag to resize

IAsyncUpdateableStorageUpdate Method

Updates the store asynchronously.

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

Parameters

sparqlUpdates
Type: SystemString
SPARQL Update.
callback
Type: VDS.RDF.StorageAsyncStorageCallback
Callback.
state
Type: SystemObject
State to pass to the callback.
See Also