This documentation is archived and is not being maintained.
ILocationService::RemoveServiceDefinitions Method
Visual Studio 2013
Removes the specified ServiceDefinitions from the location service.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
void RemoveServiceDefinitions(
IEnumerable<ServiceDefinition^>^ serviceDefinitions
)
Parameters
- serviceDefinitions
- Type: System.Collections.Generic::IEnumerable<ServiceDefinition>
The ServiceDefinitions to remove. These must be ServiceDefinitions that are already registered in the location service. Equality is decided by matching the service type and the identifier.
| Exception | Condition |
|---|---|
| IllegalDeleteSelfReferenceServiceDefinitionException | Thrown if the caller tries to delete the self-refernce (location service) ServiceDefinition. |
- 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.
Show: