Show / Hide Table of Contents

Class DeliveryState

The Messaging layer defines a concrete set of delivery states which can be used to indicate the state of the message at the receiver.

Inheritance
System.Object
Described
RestrictedDescribed
DescribedList
DeliveryState
Outcome
TransactionalState
Inherited Members
DescribedList.HasField(Int32)
DescribedList.ResetField(Int32)
DescribedList.GetDebugString(String, Object[], Object[])
RestrictedDescribed.Descriptor
Described.Encode(ByteBuffer)
Described.Decode(ByteBuffer)
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Amqp.Framing
Assembly: Amqp.Net.dll
Syntax
public abstract class DeliveryState : DescribedList

Constructors

DeliveryState(Descriptor, Int32)

Initializes the delivery state object.

Declaration
protected DeliveryState(Descriptor descriptor, int fieldCount)
Parameters
Type Name Description
Descriptor descriptor

The descriptor of the concrete delivery state class.

System.Int32 fieldCount

The number of fields of the concrete delivery state class.

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