Show / Hide Table of Contents

Class MessageAnnotations

The message-annotations section is used for properties of the message which are aimed at the infrastructure and should be propagated across every delivery step.

Inheritance
System.Object
Described
RestrictedDescribed
DescribedMap
MessageAnnotations
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 MessageAnnotations : DescribedMap

Constructors

MessageAnnotations()

Initializes a message annotations section.

Declaration
public MessageAnnotations()

Methods

ToString()

Returns a string that represents the current message 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