This documentation is archived and is not being maintained.

IEventService.UnsubscribeEvent Method

Removes the event subscription for the caller.

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

abstract UnsubscribeEvent : 
        subscriptionId:int -> unit

Parameters

subscriptionId
Type: System.Int32

The subscription ID of the event to remove.

Show: