Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Server.Core.WebServices.MessageQueueWebService
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<AspNetCompatibilityRequirementsAttribute(RequirementsMode := AspNetCompatibilityRequirementsMode.Required)> _
<ServiceBehaviorAttribute(AddressFilterMode := AddressFilterMode.Any, ConcurrencyMode := ConcurrencyMode.Multiple, _
IncludeExceptionDetailInFaults := True, InstanceContextMode := InstanceContextMode.PerCall, _
UseSynchronizationContext := False)> _
<ServiceContractAttribute(Name := "MessageQueueService", Namespace := "https://schemas.microsoft.com/TeamFoundation/2010/Framework")> _
Public NotInheritable Class MessageQueueWebService
[AspNetCompatibilityRequirementsAttribute(RequirementsMode = AspNetCompatibilityRequirementsMode.Required)]
[ServiceBehaviorAttribute(AddressFilterMode = AddressFilterMode.Any, ConcurrencyMode = ConcurrencyMode.Multiple,
IncludeExceptionDetailInFaults = true, InstanceContextMode = InstanceContextMode.PerCall,
UseSynchronizationContext = false)]
[ServiceContractAttribute(Name = "MessageQueueService", Namespace = "https://schemas.microsoft.com/TeamFoundation/2010/Framework")]
public sealed class MessageQueueWebService
[AspNetCompatibilityRequirementsAttribute(RequirementsMode = AspNetCompatibilityRequirementsMode::Required)]
[ServiceBehaviorAttribute(AddressFilterMode = AddressFilterMode::Any, ConcurrencyMode = ConcurrencyMode::Multiple,
IncludeExceptionDetailInFaults = true, InstanceContextMode = InstanceContextMode::PerCall,
UseSynchronizationContext = false)]
[ServiceContractAttribute(Name = L"MessageQueueService", Namespace = L"https://schemas.microsoft.com/TeamFoundation/2010/Framework")]
public ref class MessageQueueWebService sealed
[<Sealed>]
[<AspNetCompatibilityRequirementsAttribute(RequirementsMode = AspNetCompatibilityRequirementsMode.Required)>]
[<ServiceBehaviorAttribute(AddressFilterMode = AddressFilterMode.Any, ConcurrencyMode = ConcurrencyMode.Multiple,
IncludeExceptionDetailInFaults = true, InstanceContextMode = InstanceContextMode.PerCall,
UseSynchronizationContext = false)>]
[<ServiceContractAttribute(Name = "MessageQueueService", Namespace = "https://schemas.microsoft.com/TeamFoundation/2010/Framework")>]
type MessageQueueWebService = class end
public final class MessageQueueWebService
The MessageQueueWebService type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
MessageQueueWebService |
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 | |
|---|---|---|
![]() |
BeginMakeConnection | |
![]() |
EndMakeConnection | |
![]() |
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.) |
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.
.gif)
.gif)