C#C++F#VB
CloudQueueMessage Class
Represents a message in the Windows Azure Queue service.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Constructors
Name | Description | |
---|---|---|
CloudQueueMessage(Byte[])(array<Byte>^)(Byte[])(Byte()) | Initializes a new instance of the CloudQueueMessage class with the given byte array. | |
CloudQueueMessage(String)(String^)(String)(String) | Initializes a new instance of the CloudQueueMessage class with the given string. | |
CloudQueueMessage(String, String)(String^, String^)(String, String)(String, String) | Initializes a new instance of the CloudQueueMessage class with the given message ID and pop receipt. |
Properties
Methods
Name | Description | |
---|---|---|
Equals(Object)(Object^)(Object)(Object) | (Inherited from Object.) | |
GetHashCode()()()() | (Inherited from Object.) | |
GetType()()()() | (Inherited from Object.) | |
SetMessageContent(Byte[])(array<Byte>^)(Byte[])(Byte()) | Sets the content of this message. | |
SetMessageContent(String)(String^)(String)(String) | Sets the content of this message. | |
ToString()()()() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.