This documentation is archived and is not being maintained.
TeamFoundationEventService Class
Visual Studio 2013
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
The TeamFoundationEventService type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AsyncPublishNotification | Publishes an asynchronous event using a system request context: Note that this will wake up *ANY* hosts that may have been dormant. |
![]() | Dispose | |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | PublishDecisionPoint | Publishes a synchronous event using the specified request context. |
![]() | PublishNotification | Publishes an asynchronous event using a system request context. |
![]() | Subscribe | Subscribe to the specified event(s). |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Unsubscribe | Unsubscribe from the specified events. |
| Name | Description | |
|---|---|---|
![]() ![]() | ITeamFoundationService::ServiceEnd | ServiceEnd is called when the service host is shutting down. |
![]() ![]() | ITeamFoundationService::ServiceStart | ServiceStart is called when the event manager is first requested from the service host it is being run in. |
Show:
