CloudQueueMessage Constructor (String)

Windows Runtime Azure Storage Client Library

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

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also