Compartir a través de


ILocationService.RemoveServiceDefinition (Método) (String, Guid)

Quita el ServiceDefinition con el tipo de servicio y el identificador especificados del servicio del servicio de ubicación.

Espacio de nombres:  Microsoft.TeamFoundation.Framework.Client
Ensamblado:  Microsoft.TeamFoundation.Client (en Microsoft.TeamFoundation.Client.dll)

Sintaxis

'Declaración
Sub RemoveServiceDefinition ( _
    serviceType As String, _
    serviceIdentifier As Guid _
)
void RemoveServiceDefinition(
    string serviceType,
    Guid serviceIdentifier
)

Parámetros

  • serviceType
    Tipo: System.String
    El tipo de servicio de ServiceDefinition a quitar.
  • serviceIdentifier
    Tipo: System.Guid
    El identificador del servicio de ServiceDefinition a quitar.

Excepciones

Excepción Condición
IllegalDeleteSelfReferenceServiceDefinitionException

Se produce si el llamador intenta eliminar el self - refernce (servicio de ubicación) ServiceDefinition.

Seguridad de .NET Framework

Vea también

Referencia

ILocationService Interfaz

RemoveServiceDefinition (Sobrecarga)

Microsoft.TeamFoundation.Framework.Client (Espacio de nombres)