TransactionalQueue Class

Definition

public ref class TransactionalQueue : Microsoft::HostIntegration::MqClient::Queue
public class TransactionalQueue : Microsoft.HostIntegration.MqClient.Queue
type TransactionalQueue = class
    inherit Queue
Public Class TransactionalQueue
Inherits Queue
Inheritance
TransactionalQueue

Constructors

TransactionalQueue(String)
TransactionalQueue(String, TransactionalQueueManager)

Fields

tracePoint (Inherited from Queue)

Properties

MaximumMessageSize (Inherited from Queue)
Name (Inherited from Queue)
Options (Inherited from Queue)
QueueManager (Inherited from Queue)
State (Inherited from Queue)

Methods

Close() (Inherited from Queue)
OpenForReceive() (Inherited from Queue)
OpenForSend() (Inherited from Queue)
Receive() (Inherited from Queue)
Receive(ReceiveOptions) (Inherited from Queue)
Send(SendMessage) (Inherited from Queue)

Applies to