FederatedSparqlRemoteEndpointRemoveEndpoint 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: SystemUri
Endpoint URI. 
See Also