CloudQueueMessage Constructor (String, String)

Windows Runtime Azure Storage Client Library

Initializes a new instance of the CloudQueueMessage class with the given message ID and pop receipt.

Namespace: Microsoft.WindowsAzure.Storage.Queue
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Usage

Visual Basic
Dim messageId As String
Dim popReceipt As String

Dim instance As New CloudQueueMessage(messageId, popReceipt)

Syntax

Visual Basic
Public Sub New ( _
	messageId As String, _
	popReceipt As String _
)
C#
public CloudQueueMessage (
	string messageId,
	string popReceipt
)
C++
public:
CloudQueueMessage (
	String^ messageId, 
	String^ popReceipt
)
J#
public CloudQueueMessage (
	String messageId, 
	String popReceipt
)
JScript
public function CloudQueueMessage (
	messageId : String, 
	popReceipt : String
)

Parameters

messageId

A string specifying the message ID.

popReceipt

A string containing the pop receipt token.

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