This documentation is archived and is not being maintained.
TeamFoundationMessageQueueService Class
Visual Studio 2013
Manages message queues for a Team Foundation Server Project Collection.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
[TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))] [TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))] [TeamFoundationServiceDependency(typeof(TeamFoundationEventService))] [TeamFoundationServiceDependency(typeof(TeamFoundationTaskService))] [TeamFoundationServiceDependency(typeof(TeamFoundationHostManagementService))] public ref class TeamFoundationMessageQueueService sealed : ITeamFoundationService
The TeamFoundationMessageQueueService type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | IdleTimeout | Gets the interval of time a connection to a message queue can remain connected in an idle state before it is released. |
![]() | OfflineTimeout | Gets the interval of time allowed between client connections before a message queue is considered to be offline. |
| Name | Description | |
|---|---|---|
![]() | BeginAcknowledge(TeamFoundationRequestContext, String, Guid, IList<AcknowledgementRange>, TimeSpan, AsyncCallback, Object) | Begins an asynchronous operation which acknowledges all messages which are inclusive to the ranges provided. |
![]() | 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. |
![]() | BeginDequeue(TeamFoundationRequestContext, String, Guid, Int64, IList<AcknowledgementRange>, TimeSpan, AsyncCallback, Object) | Begins an asynchronous dequeue operation on a message queue. |
![]() | BeginDequeue(TeamFoundationRequestContext, String, Guid, Int64, IList<AcknowledgementRange>, MessageHeaders, TimeSpan, AsyncCallback, Object) | Begins an asynchronous dequeue operation on a message queue. |
![]() | CreateQueue | Creates a new message queue. |
![]() | DeleteQueue | |
![]() | EmptyQueue | Empties the contents of the message queue by marking any outstanding messages acknowledged. |
![]() | EndAcknowledge | Ends an asynchronous acknowledge operation on a message queue. |
![]() | EndDequeue | Ends an asynchronous dequeue operation on a message queue. |
![]() | EnqueueMessage | Enqueues a message into a message queue. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | QueueExists | Determines whether or not the specified queue is registered. |
![]() | SetQueueOffline | Sets the message queue status for queueName to offline. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ITeamFoundationService::ServiceEnd | This method is provided for integration into the Team Foundation Server OM. Do not call directly from user code. |
![]() ![]() | ITeamFoundationService::ServiceStart | This method is provided for integration into the Team Foundation Server OM. Do not call directly from user code. |
Show:
