Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Sets the content of this message.

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

Syntax

 
[DefaultOverloadAttribute]
public void SetMessageContent(
	byte[] content
)
 
public:
[DefaultOverloadAttribute]
void SetMessageContent(
	array<unsigned char>^ content
)
 
[<DefaultOverloadAttribute>]
member SetMessageContent : 
        content:byte[] -> unit
 
<DefaultOverloadAttribute>
Public Sub SetMessageContent (
	content As Byte()
)

Parameters

content
Type: System.Byte[]array<System::Byte>^System.Byte[]System.Byte()

The new message content.

Return to top