This documentation is archived and is not being maintained.

IEventService.GetEventSubscriptions Method (String)

Gets event subscriptions for the specified user.

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

abstract GetEventSubscriptions : 
        user:string -> Subscription[] 

Parameters

user
Type: System.String

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

Return Value

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

Show: