Click or drag to resize

SesameHttpProtocolVersion6Connector.Update Method (String, AsyncStorageCallback, Object)

Makes a SPARQL Update request to the Sesame server.

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

Parameters

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