MessageQueueWebService Class
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Framework.Server.Alm.WebServices.MessageQueueWebService
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<AspNetCompatibilityRequirementsAttribute(RequirementsMode := AspNetCompatibilityRequirementsMode.Required)> _
<ServiceContractAttribute(Name := "MessageQueueService", Namespace := "https://schemas.microsoft.com/TeamFoundation/2010/Framework")> _
<ServiceBehaviorAttribute(AddressFilterMode := AddressFilterMode.Any, ConcurrencyMode := ConcurrencyMode.Multiple, _
IncludeExceptionDetailInFaults := True, InstanceContextMode := InstanceContextMode.PerCall, _
UseSynchronizationContext := False)> _
Public NotInheritable Class MessageQueueWebService
[AspNetCompatibilityRequirementsAttribute(RequirementsMode = AspNetCompatibilityRequirementsMode.Required)]
[ServiceContractAttribute(Name = "MessageQueueService", Namespace = "https://schemas.microsoft.com/TeamFoundation/2010/Framework")]
[ServiceBehaviorAttribute(AddressFilterMode = AddressFilterMode.Any, ConcurrencyMode = ConcurrencyMode.Multiple,
IncludeExceptionDetailInFaults = true, InstanceContextMode = InstanceContextMode.PerCall,
UseSynchronizationContext = false)]
public sealed class MessageQueueWebService
[AspNetCompatibilityRequirementsAttribute(RequirementsMode = AspNetCompatibilityRequirementsMode::Required)]
[ServiceContractAttribute(Name = L"MessageQueueService", Namespace = L"https://schemas.microsoft.com/TeamFoundation/2010/Framework")]
[ServiceBehaviorAttribute(AddressFilterMode = AddressFilterMode::Any, ConcurrencyMode = ConcurrencyMode::Multiple,
IncludeExceptionDetailInFaults = true, InstanceContextMode = InstanceContextMode::PerCall,
UseSynchronizationContext = false)]
public ref class MessageQueueWebService sealed
[<Sealed>]
[<AspNetCompatibilityRequirementsAttribute(RequirementsMode = AspNetCompatibilityRequirementsMode.Required)>]
[<ServiceContractAttribute(Name = "MessageQueueService", Namespace = "https://schemas.microsoft.com/TeamFoundation/2010/Framework")>]
[<ServiceBehaviorAttribute(AddressFilterMode = AddressFilterMode.Any, ConcurrencyMode = ConcurrencyMode.Multiple,
IncludeExceptionDetailInFaults = true, InstanceContextMode = InstanceContextMode.PerCall,
UseSynchronizationContext = false)>]
type MessageQueueWebService = class end
public final class MessageQueueWebService
The MessageQueueWebService type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MessageQueueWebService |
Top
Properties
Name | Description | |
---|---|---|
QueueService | ||
RequestContext |
Top
Methods
Name | Description | |
---|---|---|
BeginMakeConnection | ||
EndMakeConnection | ||
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.Alm.WebServices Namespace