AmqpMessageHeader Class
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.
Represents an AMQP message transport header. http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-header
public class AmqpMessageHeader
type AmqpMessageHeader = class
Public Class AmqpMessageHeader
- Inheritance
-
AmqpMessageHeader
Properties
DeliveryCount |
Gets or sets the delivery-count value from the AMQP message transport header. |
Durable |
Gets or sets the durable value from the AMQP message transport header. |
FirstAcquirer |
Gets or sets the first-acquirer value from the AMQP message transport header. |
Priority |
Gets or sets the priority value from the AMQP message transport header. |
TimeToLive |
Gets or sets the ttl value from the AMQP message transport header. |
Applies to
Azure SDK for .NET