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:
Syntaxpublic 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: System.String
SPARQL Update. - callback
- Type: VDS.RDF.Storage.AsyncStorageCallback
Callback. - state
- Type: System.Object
State to pass to the callback.
See Also