Message Class
Updated: August 19, 2013
Represents the message in Microsoft Azure service.
Assembly: Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)
| Name | Description | |
|---|---|---|
![]() | Message(Object) | Initializes a new instance of the Message class. |
![]() | Message(Object, XmlObjectSerializer) | Initializes a new instance of the Message class. |
| Name | Description | |
|---|---|---|
![]() | ContentType | Gets or sets the type of the content of the message body. |
![]() | CorrelationId | Gets or sets the identifier of the correlation. |
![]() | DeliveryCount | Gets the number of deliveries. |
![]() | EnqueuedTime | Gets or sets the date and time of the sent time. |
![]() | Label | Gets or sets the application specific label. |
![]() | LockedUntil | Gets the date and time until which the message will be locked in the queue/subscription. |
![]() | LockToken | Gets the lock token assigned by Service Bus to this message. |
![]() | MessageId | Gets or sets the identifier of the message. |
![]() | Properties | Gets the application specific message properties. |
![]() | ReplyTo | Gets or sets the address of the queue to reply to. |
![]() | ReplyToSessionId | Gets or sets the session identifier to reply to. |
![]() | ScheduledEnqueueTime | Gets or sets the date and time at which the message will be enqueued. |
![]() | SequenceNumber | Gets the unique number assigned to a message by the Service Bus. |
![]() | SessionId | Gets or sets the identifier of the session. |
![]() | TimeToLive | Gets or sets the message’s time to live value. |
![]() | To | Gets or sets the send to address. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetBody<T>() | Gets the message body. |
![]() | GetBody<T>(XmlObjectSerializer) | Deserializes the message body into an object of the specified type by using the supplied XmlObjectSerializer. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

