Enum ReceiverSettleMode
Defines the settlement policy for a receiver.
Namespace: Amqp.Framing
Assembly: Amqp.Net.dll
Syntax
public enum ReceiverSettleMode : byte
Fields
Name | Description |
---|---|
First | The Receiver will spontaneously settle all incoming transfers. |
Second | The receiver will only settle after sending the disposition to the sender and receiving a disposition indicating settlement of the delivery from the sender. |