TeamFoundationMessageBusService Class
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Framework.Server.TeamFoundationMessageBusService
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<TeamFoundationServiceDependency(GetType(TeamFoundationTracingService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationRegistryService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationSqlNotificationService))> _
Public NotInheritable Class TeamFoundationMessageBusService _
Implements IMessageProvider, ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationTracingService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))]
public sealed class TeamFoundationMessageBusService : IMessageProvider,
ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationTracingService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))]
public ref class TeamFoundationMessageBusService sealed : IMessageProvider,
ITeamFoundationService
[<Sealed>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationTracingService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))>]
type TeamFoundationMessageBusService =
class
interface IMessageProvider
interface ITeamFoundationService
end
public final class TeamFoundationMessageBusService implements IMessageProvider, ITeamFoundationService
The TeamFoundationMessageBusService type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TeamFoundationMessageBusService |
Top
Methods
Name | Description | |
---|---|---|
CreatePublisher | ||
CreateSubscriber | ||
DeletePublisher | ||
DeleteSubscriber | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Publish | ||
ServiceEnd | ||
ServiceStart | ||
Subscribe | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Unsubscribe |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.