CloudQueueMessage Constructor (String, String) (Microsoft.WindowsAzure.Storage.Queue)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
CloudQueueMessage Constructor (String, String)(String^, String^)(String, String)(String, String)
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)
Syntax
Parameters
- messageId
-
Type:
System.StringSystem::String^System.StringSystem.String
A string specifying the message ID.
- popReceipt
-
Type:
System.StringSystem::String^System.StringSystem.String
A string containing the pop receipt token.
See Also
CloudQueueMessage Overload
CloudQueueMessage Class
Microsoft.WindowsAzure.Storage.Queue Namespace
Return to top
Initializes a new instance of the CloudQueueMessage class with the given message ID and pop receipt.
Syntax
Parameters
- messageId
-
Type:
System.StringSystem::String^System.StringSystem.String
A string specifying the message ID.
- popReceipt
-
Type:
System.StringSystem::String^System.StringSystem.String
A string containing the pop receipt token.
See Also
CloudQueueMessage Overload
CloudQueueMessage Class
Microsoft.WindowsAzure.Storage.Queue Namespace