This documentation is archived and is not being maintained.
IEventService.GetEventSubscriptions Method (String)
Visual Studio 2013
Gets event subscriptions for the specified user.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
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.
- 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: