IEventService.UnsubscribeEvent Method

Removes the event subscription for the caller.

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

Syntax

'Declaration
Sub UnsubscribeEvent ( _
    subscriptionId As Integer _
)
void UnsubscribeEvent(
    int subscriptionId
)
void UnsubscribeEvent(
    int subscriptionId
)
abstract UnsubscribeEvent : 
        subscriptionId:int -> unit
function UnsubscribeEvent(
    subscriptionId : int
)

Parameters

  • subscriptionId
    Type: System.Int32

    The subscription ID of the event to remove.

.NET Framework Security

See Also

Reference

IEventService Interface

Microsoft.TeamFoundation.Framework.Client Namespace