Show / Hide Table of Contents

Class DeliveryAnnotations

The delivery-annotations section is used for delivery-specific non-standard properties at the head of the message.

Inheritance
System.Object
Described
RestrictedDescribed
DescribedMap
DeliveryAnnotations
Inherited Members
DescribedMap.Map
DescribedMap.Item[Object]
RestrictedDescribed.Descriptor
Described.Encode(ByteBuffer)
Described.Decode(ByteBuffer)
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 sealed class DeliveryAnnotations : DescribedMap

Constructors

DeliveryAnnotations()

Initializes a delivery annotations section.

Declaration
public DeliveryAnnotations()

Methods

ToString()

Returns a string that represents the current delivery annotations object.

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
DescribedMap.ToString()
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX