Click or drag to resize

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
)

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