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