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