This documentation is archived and is not being maintained.
MessageQueueWebService2 Class
Visual Studio 2013
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
'Declaration <AspNetCompatibilityRequirementsAttribute(RequirementsMode := AspNetCompatibilityRequirementsMode.Required)> _ <ServiceBehaviorAttribute(AddressFilterMode := AddressFilterMode.Any, ConcurrencyMode := ConcurrencyMode.Multiple, _ IncludeExceptionDetailInFaults := True, InstanceContextMode := InstanceContextMode.PerCall, _ UseSynchronizationContext := False)> _ <ServiceContractAttribute(Name := "MessageQueueService", Namespace := "http://schemas.microsoft.com/2010/TeamFoundation/Framework/MessageQueue/2")> _ Public NotInheritable Class MessageQueueWebService2
The MessageQueueWebService2 type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | QueueService | Gets the message queue service for this instance. |
![]() | RequestContext | Gets the request context for this instance. |
| Name | Description | |
|---|---|---|
![]() | BeginAcknowledge | |
![]() | BeginDequeue | |
![]() | EndAcknowledge | |
![]() | EndDequeue | |
![]() | 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.) |
Show:
