Click or drag to resize

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:
Syntax
public void Update(
	string sparqlUpdate,
	UpdateCallback callback,
	Object state
)

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