SparqlRemoteUpdateEndpoint.Update Method (String, UpdateCallback, Object) |
Makes an update request asynchronously to the remote endpoint.
Namespace:
VDS.RDF.Update
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic void Update(
string sparqlUpdate,
UpdateCallback callback,
Object state
)
Public Sub Update (
sparqlUpdate As String,
callback As UpdateCallback,
state As Object
)
Parameters
- sparqlUpdate
- Type: System.String
SPARQL Update. - callback
- Type: VDS.RDF.UpdateCallback
Callback to invoke when the update completes. - state
- Type: System.Object
State to pass to the callback.
See Also