AmqpAnnotatedMessage.DeliveryAnnotations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the delivery annotations of the AMQP message. http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-delivery-annotations
public System.Collections.Generic.IDictionary<string,object?> DeliveryAnnotations { get; }
member this.DeliveryAnnotations : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property DeliveryAnnotations As IDictionary(Of String, Object)