This documentation is archived and is not being maintained.

ILocationService::RemoveServiceDefinitions Method

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.

ExceptionCondition
IllegalDeleteSelfReferenceServiceDefinitionException

Thrown if the caller tries to delete the self-refernce (location service) ServiceDefinition.

Show: