This topic has not yet been rated - Rate this topic

BrokeredMessage Properties

The BrokeredMessage type exposes the following members.

  Name Description
Public property ContentType Gets or sets the type of the content.
Public property CorrelationId Gets or sets the identifier of the correlation.
Public property DeliveryCount Gets the number of deliveries.
Public property EnqueuedTimeUtc Gets or sets the date and time of the sent time in UTC.
Public property ExpiresAtUtc Gets the date and time in UTC at which the message is set to expire.
Public property Label Gets or sets the application specific label.
Public property LockedUntilUtc Gets the date and time in UTC until which the message will be locked in the queue/subscription.
Public property LockToken Gets the lock token assigned by Service Bus to this message.
Public property MessageId Gets or sets the identifier of the message.
Public property Properties Gets the application specific message properties.
Public property ReplyTo Gets or sets the address of the queue to reply to.
Public property ReplyToSessionId Gets or sets the session identifier to reply to.
Public property ScheduledEnqueueTimeUtc Gets or sets the date and time in UTC at which the message will be enqueued. This property returns the time in UTC; when setting the property, the supplied DateTime value must also be in UTC.
Public property SequenceNumber Gets the unique number assigned to a message by the Service Bus.
Public property SessionId Gets or sets the identifier of the session.
Public property Size Gets the size of the message in bytes.
Public property TimeToLive Gets or sets the message’s time to live value. This is the duration after which the message expires, starting from when the message is sent to the Service Bus. Messages older than their TimeToLive value will expire and no longer be retained in the message store. Subscribers will be unable to receive expired messages.
Public property To Gets or sets the send to address.
Top
Did you find this helpful?
(1500 characters remaining)