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