Enum SenderSettleMode
Defines the settlement policy for a sender.
Namespace: Amqp.Framing
Assembly: Amqp.Net.dll
Syntax
public enum SenderSettleMode : byte
Fields
Name | Description |
---|---|
Mixed | The sender may send a mixture of settled and unsettled deliveries to the receiver. |
Settled | The Sender will send all deliveries settled to the receiver. |
Unsettled | The Sender will send all deliveries initially unsettled to the receiver. |