FederatedSparqlRemoteEndpointRemoveEndpoint Method (Uri) |
Removes all endpoints with the given URI from this endpoint.
Namespace:
VDS.RDF.Query
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public void RemoveEndpoint(
Uri endpointUri
)
Public Sub RemoveEndpoint (
endpointUri As Uri
)
Parameters
- endpointUri
- Type: SystemUri
Endpoint URI.
See Also