This documentation is archived and is not being maintained.
IMessageProvider Interface
Visual Studio 2013
Interface for implementation of message bus.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
The IMessageProvider type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CreatePublisher | Create a new publisher with the given name. |
![]() | CreateSubscriber(TeamFoundationRequestContext, String) | Create a new subscription for a given message bus. The name of the subscription will be allocated by the message bus and returned. |
![]() | CreateSubscriber(TeamFoundationRequestContext, String, String) | Create a new named subscription for a given message bus. |
![]() | DeletePublisher | Delete a given publisher if it exists. |
![]() | DeleteSubscriber | |
![]() | FixMessageQueueMappings | |
![]() | Publish | Publish messages to a message bus. |
![]() | ServiceEnd | ServiceEnd is called when the Host is being Shutdown and this service should free all resources it is holding onto. (Inherited from ITeamFoundationService.) |
![]() | ServiceStart | ServiceStart 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.) |
![]() | Subscribe | |
![]() | Unsubscribe | Unsubscribe from the specified message bus |
Show:
