AMQPSession Type
Represents an AMQP session.
Remarks
This type represents an AMQP session.
Fields
IncomingWindow Int64 |
The incoming window size of this session. This property holds the incoming window size (in frames) of this session. |
Name String |
The name of this session. This property holds the name of this session. |
OutgoingWindow Int64 |
The outgoing window size of this session. This property holds the outgoing window size (in frames) of this session. |
Constructors
constructor Create();