This documentation is archived and is not being maintained.
IEventService.SubscribeEvent Method (String, String, DeliveryPreference)
Visual Studio 2013
Subscribes the caller to an event.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
int SubscribeEvent( string eventType, string filterExpression, DeliveryPreference preferences )
Parameters
- 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: