Click or drag to resize

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
)

Parameters

endpointUri
Type: SystemUri
Endpoint URI.
See Also