This documentation is archived and is not being maintained.

IEventService.GetEventSubscriptions Method (String, String)

Gets event subscriptions for the specified user and classification.

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

abstract GetEventSubscriptions : 
        user:string * 
        classification:string -> Subscription[] 

Parameters

user
Type: System.String

The user ID for which a list of event subscriptions is desired.

classification
Type: System.String

The classification tag by which to filter the event subscriptions.

Return Value

Type: Microsoft.TeamFoundation.Framework.Client.Subscription[]
A list of event subscriptions for the specified user.

Show: