CloudQueueMessage Constructor (Microsoft.WindowsAzure.Storage.Queue)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
CloudQueueMessage Constructor
Namespace:
Microsoft.WindowsAzure.Storage.Queue
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Overload List
Name Description 
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.
Return to top
Overload List
| Name | Description | |
|---|---|---|
| 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. |