This documentation is archived and is not being maintained.

IEventService.GetAllEventSubscriptions Method (String)

Gets event subscriptions that have the specified classification for all users.

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

abstract GetAllEventSubscriptions : 
        classification:string -> Subscription[] 

Parameters

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 all users.

Show: