SesameHttpProtocolVersion6ConnectorUpdate 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
)
Public Overridable Sub Update (
sparqlUpdate As String,
callback As AsyncStorageCallback,
state As Object
)
Parameters
- sparqlUpdate
- Type: SystemString
SPARQL Update. - callback
- Type: VDS.RDF.StorageAsyncStorageCallback
Callback. - state
- Type: SystemObject
State to pass to the callback.
See Also