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