Initializes a new instance of the
CloudQueueMessage class with the given string.
Namespace: Microsoft.WindowsAzure.Storage.Queue
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
| Visual Basic |
|---|
Dim content As String
Dim instance As New CloudQueueMessage(content) |
Syntax
| Visual Basic |
|---|
Public Sub New ( _
content As String _
) |
| C# |
|---|
public CloudQueueMessage (
string content
) |
| C++ |
|---|
public:
CloudQueueMessage (
String^ content
) |
| J# |
|---|
public CloudQueueMessage (
String content
) |
| JScript |
|---|
public function CloudQueueMessage (
content : String
) |
Parameters
- content
The content of the message as a string of text.
Remarks
Platforms
See Also