CloudQueueMessage.SetMessageContent Method (Byte[]) (Microsoft.WindowsAzure.Storage.Queue)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
Sets the content of this message.
Namespace:
Microsoft.WindowsAzure.Storage.Queue
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
[DefaultOverloadAttribute]
void SetMessageContent(
array<unsigned char>^ content
)
Parameters
- content
-
Type:
System.Byte[]array<System::Byte>^System.Byte[]System.Byte()
The new message content.
See Also
SetMessageContent Overload
CloudQueueMessage Class
Microsoft.WindowsAzure.Storage.Queue Namespace
Return to top
Sets the content of this message.
Syntax
C++
public: [DefaultOverloadAttribute] void SetMessageContent( array<unsigned char>^ content )
Parameters
- content
-
Type:
System.Byte[]array<System::Byte>^System.Byte[]System.Byte()
The new message content.
See Also
SetMessageContent Overload
CloudQueueMessage Class
Microsoft.WindowsAzure.Storage.Queue Namespace