This documentation is archived and is not being maintained.
TeamFoundationMessageBusService Class
Visual Studio 2013
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
[TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))] [TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))] [TeamFoundationServiceDependency(typeof(TeamFoundationTracingService))] public ref class TeamFoundationMessageBusService sealed : IMessageProvider, ITeamFoundationService
The TeamFoundationMessageBusService type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CreatePublisher | Creates a publisher on the message bus. |
![]() | CreateSubscriber(TeamFoundationRequestContext, String) | Adds the current service as a subscriber to the message bus. |
![]() | CreateSubscriber(TeamFoundationRequestContext, String, String) | Adds the current service as a subscriber to the message bus. |
![]() | DeletePublisher | Deletes a publisher on the message bus if exists. |
![]() | DeleteSubscriber | Removes the current service as a subscriber from the message bus |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | FixMessageQueueMappings | |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Publish | Sends a set of serializable objects to the message bus. |
![]() | ServiceEnd | ITeamFoundationService.ServiceEnd |
![]() | ServiceStart | ITeamFoundationService.ServiceStart |
![]() | Subscribe | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Unsubscribe |
Show:
