This documentation is archived and is not being maintained.
IEventService.SubscribeEvent Method (String, String, String, DeliveryPreference)
Visual Studio 2013
Subscribes the specified user to the event.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
abstract SubscribeEvent : userId:string * eventType:string * filterExpression:string * preferences:DeliveryPreference -> int
Parameters
- userId
- Type: System.String
The user ID.
- eventType
- Type: System.String
The fully qualified name of the event type.
- filterExpression
- Type: System.String
A string that describes how to filter instances of the event type.
- preferences
- Type: Microsoft.TeamFoundation.Framework.Client.DeliveryPreference
Describes how an event notification is delivered.
- 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: