Click or drag to resize

RemoteUpdateProcessor Constructor (SparqlRemoteUpdateEndpoint)

Creates a new Remote Update Processor.

Namespace:  VDS.RDF.Update
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public RemoteUpdateProcessor(
	SparqlRemoteUpdateEndpoint endpoint
)

Parameters

endpoint
Type: VDS.RDF.UpdateSparqlRemoteUpdateEndpoint
SPARQL Remote Update Endpoint.
See Also