This documentation is archived and is not being maintained.

ITeamFoundationEventService Interface

Visual Studio 2013

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

[DefaultServiceImplementationAttribute(typeof(TeamFoundationEventService))]
public interface class ITeamFoundationEventService : ITeamFoundationService

The ITeamFoundationEventService type exposes the following members.

  NameDescription
Public methodAsyncPublishNotificationPublishes an asynchronous event using a system request context: Note that this will wake up *ANY* hosts that may have been dormant.
Public methodPublishDecisionPointPublishes a synchronous event using the specified request context.
Public methodPublishNotificationPublishes an asynchronous event using a system request context.
Public methodServiceEndServiceEnd is called when the Host is being Shutdown and this service should free all resources it is holding onto. (Inherited from ITeamFoundationService.)
Public methodServiceStartServiceStart is called when the service is initialized. If the service is intialized asynchronously it must implement Service_Ready which is used to determine when the service is ready for users to access it. (Inherited from ITeamFoundationService.)
Public methodSubscribeSubscribe to the specified event(s).
Public methodUnsubscribeUnsubscribe from the specified events.
Top
Show: