This documentation is archived and is not being maintained.
TfsMessageQueueService Class
Visual Studio 2013
Provides centralized management for connections to Team Foundation Server message queues.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
The TfsMessageQueueService type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Connection | Gets the associated connection. |
![]() | ProjectCollection | Obsolete. Gets the associated project collection. |
![]() | ReceiveTimeout | Gets the interval of time that a connection can sustain inactivity before timing out. |
![]() | ReconnectTimeout | Gets the interval of time allowed for reconnection before the disconnected event is raised. |
![]() | SleepTimeout | Gets the interval of time that a connection operation will sleep when an empty response is received. |
| Name | Description | |
|---|---|---|
![]() | Close | Closes all active queues and releases all associated resources. |
![]() | CreateQueue(Uri) | Creates an object which may be used to dequeue messages from the specified queue. |
![]() | CreateQueue(Uri, Int32) | Creates an object which may be used to dequeue messages from the specified queue. |
![]() | CreateQueue(Uri, Int32, TimeSpan) | Creates an object which may be used to dequeue messages from the specified queue. |
![]() | CreateQueue(Uri, Int32, TimeSpan, Func<SoapException, Exception>) | Creates an object which may be used to dequeue messages from the specified 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.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IDisposable::Dispose | Closes all active queues and releases all associated resources. |
Show:
