MessageQueueWebService2 Class
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Framework.Server.WebServices.MessageQueueWebService2
Namespace: Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<ServiceBehaviorAttribute(AddressFilterMode := AddressFilterMode.Any, ConcurrencyMode := ConcurrencyMode.Multiple, _
IncludeExceptionDetailInFaults := True, InstanceContextMode := InstanceContextMode.PerCall, _
UseSynchronizationContext := False)> _
<ServiceContractAttribute(Name := "MessageQueueService", Namespace := "https://schemas.microsoft.com/2010/TeamFoundation/Framework/MessageQueue/2")> _
<AspNetCompatibilityRequirementsAttribute(RequirementsMode := AspNetCompatibilityRequirementsMode.Required)> _
Public NotInheritable Class MessageQueueWebService2
[ServiceBehaviorAttribute(AddressFilterMode = AddressFilterMode.Any, ConcurrencyMode = ConcurrencyMode.Multiple,
IncludeExceptionDetailInFaults = true, InstanceContextMode = InstanceContextMode.PerCall,
UseSynchronizationContext = false)]
[ServiceContractAttribute(Name = "MessageQueueService", Namespace = "https://schemas.microsoft.com/2010/TeamFoundation/Framework/MessageQueue/2")]
[AspNetCompatibilityRequirementsAttribute(RequirementsMode = AspNetCompatibilityRequirementsMode.Required)]
public sealed class MessageQueueWebService2
[ServiceBehaviorAttribute(AddressFilterMode = AddressFilterMode::Any, ConcurrencyMode = ConcurrencyMode::Multiple,
IncludeExceptionDetailInFaults = true, InstanceContextMode = InstanceContextMode::PerCall,
UseSynchronizationContext = false)]
[ServiceContractAttribute(Name = L"MessageQueueService", Namespace = L"https://schemas.microsoft.com/2010/TeamFoundation/Framework/MessageQueue/2")]
[AspNetCompatibilityRequirementsAttribute(RequirementsMode = AspNetCompatibilityRequirementsMode::Required)]
public ref class MessageQueueWebService2 sealed
[<Sealed>]
[<ServiceBehaviorAttribute(AddressFilterMode = AddressFilterMode.Any, ConcurrencyMode = ConcurrencyMode.Multiple,
IncludeExceptionDetailInFaults = true, InstanceContextMode = InstanceContextMode.PerCall,
UseSynchronizationContext = false)>]
[<ServiceContractAttribute(Name = "MessageQueueService", Namespace = "https://schemas.microsoft.com/2010/TeamFoundation/Framework/MessageQueue/2")>]
[<AspNetCompatibilityRequirementsAttribute(RequirementsMode = AspNetCompatibilityRequirementsMode.Required)>]
type MessageQueueWebService2 = class end
public final class MessageQueueWebService2
The MessageQueueWebService2 type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MessageQueueWebService2 |
Top
Properties
Name | Description | |
---|---|---|
QueueService | Gets the message queue service for this instance. | |
RequestContext | Gets the request context for this instance. |
Top
Methods
Name | Description | |
---|---|---|
BeginAcknowledge | ||
BeginDequeue | ||
EndAcknowledge | ||
EndDequeue | ||
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.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.
See Also
Reference
Microsoft.TeamFoundation.Framework.Server.WebServices Namespace