This documentation is archived and is not being maintained.
ISubscriber Interface
Visual Studio 2013
Subscribers must implement this interface. This interface provides the eventing manager with: - A method to deliver a published event to a subscriber - A property that contains the friendly name and priority of the subscriber - The set of eventTypes the subscriber wants to be notified on.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
The ISubscriber type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ProcessEvent | Method called when the an event is published that falls in the subscribed type list |
![]() | SubscribedTypes | Set of types this subscriber wants to be notified of. |
Show:
