Compartilhar via


Método IEventService.UnsubscribeEvent

Remove a assinatura de evento para o chamador.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (em Microsoft.TeamFoundation.Client.dll)

Sintaxe

'Declaração
Sub UnsubscribeEvent ( _
    subscriptionId As Integer _
)
void UnsubscribeEvent(
    int subscriptionId
)

Parâmetros

  • subscriptionId
    Tipo: System.Int32
    A identificação da assinatura do evento como remover.

Segurança do .NET Framework

Consulte também

Referência

IEventService Interface

Namespace Microsoft.TeamFoundation.Framework.Client