ILocationService.RemoveServiceDefinition Method (ServiceDefinition)
Removes the specified ServiceDefinition from the location service.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Sub RemoveServiceDefinition ( _
serviceDefinition As ServiceDefinition _
)
void RemoveServiceDefinition(
ServiceDefinition serviceDefinition
)
void RemoveServiceDefinition(
ServiceDefinition^ serviceDefinition
)
abstract RemoveServiceDefinition :
serviceDefinition:ServiceDefinition -> unit
function RemoveServiceDefinition(
serviceDefinition : ServiceDefinition
)
Parameters
serviceDefinition
Type: Microsoft.TeamFoundation.Framework.Client.ServiceDefinitionThe ServiceDefinition to remove. This must be a ServiceDefinition that is already registered in the location service. Equality is decided by matching the service type and the identifier.
Exceptions
Exception | Condition |
---|---|
IllegalDeleteSelfReferenceServiceDefinitionException | Thrown if the caller tries to delete the self-refernce (location service) ServiceDefinition. |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.