This documentation is archived and is not being maintained.
IEventService.GetEventSubscriptions Method (String, String)
Visual Studio 2013
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.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: