RemoteUpdateProcessor Constructor (SparqlRemoteUpdateEndpoint) |
Creates a new Remote Update Processor.
Namespace:
VDS.RDF.Update
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public RemoteUpdateProcessor(
SparqlRemoteUpdateEndpoint endpoint
)
Public Sub New (
endpoint As SparqlRemoteUpdateEndpoint
)
Parameters
- endpoint
- Type: VDS.RDF.UpdateSparqlRemoteUpdateEndpoint
SPARQL Remote Update Endpoint.
See Also