This documentation is archived and is not being maintained.

TeamFoundationMessageBusService Class

System::Object
  Microsoft.TeamFoundation.Framework.Server::TeamFoundationMessageBusService

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.

  NameDescription
Public methodCreatePublisherCreates a publisher on the message bus.
Public methodCreateSubscriber(TeamFoundationRequestContext, String)Adds the current service as a subscriber to the message bus.
Public methodCreateSubscriber(TeamFoundationRequestContext, String, String)Adds the current service as a subscriber to the message bus.
Public methodDeletePublisherDeletes a publisher on the message bus if exists.
Public methodDeleteSubscriberRemoves the current service as a subscriber from the message bus
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodFixMessageQueueMappings
Public methodGetHashCodeServes as the default hash function. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodPublishSends a set of serializable objects to the message bus.
Public methodServiceEndITeamFoundationService.ServiceEnd
Public methodServiceStartITeamFoundationService.ServiceStart
Public methodSubscribe
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Public methodUnsubscribe
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: