TransactionalQueueManager Class

Definition

public ref class TransactionalQueueManager : Microsoft::HostIntegration::MqClient::QueueManager
public class TransactionalQueueManager : Microsoft.HostIntegration.MqClient.QueueManager
type TransactionalQueueManager = class
    inherit QueueManager
Public Class TransactionalQueueManager
Inherits QueueManager
Inheritance
TransactionalQueueManager

Constructors

TransactionalQueueManager(String)
TransactionalQueueManager(String, String, String)
TransactionalQueueManager(String, String, String, Int32)
TransactionalQueueManager(String, String, String, Int32, Boolean)
TransactionalQueueManager(String, String, String, Int32, Boolean, String)
TransactionalQueueManager(String, String, String, Int32, Boolean, String, String)

Fields

tracePoint (Inherited from QueueManager)

Properties

AuthorizationPassword (Inherited from QueueManager)
AuthorizationUser (Inherited from QueueManager)
ChannelName (Inherited from QueueManager)
ConnectAs (Inherited from QueueManager)
DynamicQueueNamePrefix (Inherited from QueueManager)
FailedCount (Inherited from QueueManager)
Host (Inherited from QueueManager)
Name (Inherited from QueueManager)
Port (Inherited from QueueManager)
State (Inherited from QueueManager)
SucceededCount (Inherited from QueueManager)
UseSsl (Inherited from QueueManager)
WarningCount (Inherited from QueueManager)

Methods

Connect() (Inherited from QueueManager)
Disconnect() (Inherited from QueueManager)
UpdateAsyncCounters() (Inherited from QueueManager)

Applies to