Manages message queues for a Team Foundation Server Project Collection.
Inheritance Hierarchy
System.Object
  Microsoft.TeamFoundation.Framework.Server.TeamFoundationMessageQueueService
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<TeamFoundationServiceDependency(GetType(TeamFoundationSqlNotificationService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationRegistryService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationEventService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationTaskService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationHostManagementService))> _
Public NotInheritable Class TeamFoundationMessageQueueService _
    Implements ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationEventService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationTaskService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationHostManagementService))]
public sealed class TeamFoundationMessageQueueService : ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationEventService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationTaskService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationHostManagementService))]
public ref class TeamFoundationMessageQueueService sealed : ITeamFoundationService
[<Sealed>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationEventService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationTaskService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationHostManagementService))>]
type TeamFoundationMessageQueueService =  
    class 
        interface ITeamFoundationService 
    end
public final class TeamFoundationMessageQueueService implements ITeamFoundationService
The TeamFoundationMessageQueueService type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | TeamFoundationMessageQueueService | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | IdleTimeout | Gets the interval of time a connection to a message queue can remain connected in an idle state before it is released. | 
| .gif) | OfflineTimeout | Gets the interval of time allowed between client connections before a message queue is considered to be offline. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | BeginAcknowledge(TeamFoundationRequestContext, String, Guid, IList<AcknowledgementRange>, TimeSpan, AsyncCallback, Object) | Begins an asynchronous operation which acknowledges all messages which are inclusive to the ranges provided. | 
| .gif) | BeginAcknowledge(TeamFoundationRequestContext, String, Guid, IList<AcknowledgementRange>, MessageHeaders, TimeSpan, AsyncCallback, Object) | Begins an asynchronous operation which acknowledges all messages which are inclusive to the ranges provided. | 
| .gif) | BeginDequeue(TeamFoundationRequestContext, String, Guid, Int64, IList<AcknowledgementRange>, TimeSpan, AsyncCallback, Object) | Begins an asynchronous dequeue operation on a message queue. | 
| .gif) | BeginDequeue(TeamFoundationRequestContext, String, Guid, Int64, IList<AcknowledgementRange>, MessageHeaders, TimeSpan, AsyncCallback, Object) | Begins an asynchronous dequeue operation on a message queue. | 
| .gif) | CreateQueue | Creates a new message queue. | 
| .gif) | DeleteQueue | |
| .gif) | EmptyQueue | Empties the contents of the message queue by marking any outstanding messages acknowledged. | 
| .gif) | EndAcknowledge | Ends an asynchronous acknowledge operation on a message queue. | 
| .gif) | EndDequeue | Ends an asynchronous dequeue operation on a message queue. | 
| .gif) | EnqueueMessage | Enqueues a message into a message queue. | 
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | QueueExists | Determines whether or not the specified queue is registered. | 
| .gif) | SetQueueOffline | Sets the message queue status for queueName to offline. | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| .gif) .gif) | ITeamFoundationService.ServiceEnd | This method is provided for integration into the Team Foundation Server OM. Do not call directly from user code. | 
| .gif) .gif) | ITeamFoundationService.ServiceStart | This method is provided for integration into the Team Foundation Server OM. Do not call directly from user code. | 
Top
Remarks
Location Service Identifier: F93895D3-984C-453E-B16E-BBF147526C9D
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.