Show / Hide Table of Contents

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.

Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX