Represents a message in the Windows Azure Queue service.
The following tables list the members exposed by the CloudQueueMessage type.
Public Constructors
| Name | Description | |
|---|---|---|
| CloudQueueMessage | Overloaded. |
Public Properties
| Name | Description | |
|---|---|---|
|
AsBytes | Gets the content of the message as a byte array. |
|
AsString | Gets the content of the message, as a string. |
|
DequeueCount | Gets the number of times this message has been dequeued. |
|
ExpirationTime | Gets the time that the message expires. |
|
Id | Gets the message ID. |
|
InsertionTime | Gets the time that the message was added to the queue. |
|
MaxMessageSize | Gets the maximum message size in bytes. |
|
MaxNumberOfMessagesToPeek | Gets the maximum number of messages that can be peeked at a time. |
|
MaxTimeToLive | Gets the maximum amount of time a message is kept in the queue. |
|
NextVisibleTime | Gets the time that the message will next be visible. |
|
PopReceipt | Gets the message's pop receipt. |
Public Methods (see also Protected Methods)
| Name | Description | |
|---|---|---|
|
CreateCloudQueueMessageFromByteArray | |
|
Equals | (Inherited from Object) |
|
GetHashCode | (Inherited from Object) |
|
GetType | (Inherited from Object) |
|
SetMessageContent | Overloaded. |
|
ToString | (Inherited from Object) |
Protected Methods
| Name | Description | |
|---|---|---|
|
Finalize | (Inherited from Object) |
|
MemberwiseClone | (Inherited from Object) |