CloudQueueMessage.SetMessageContent2 Method

Definition

Overloads

SetMessageContent2(Byte[])

Sets the content of this message.

SetMessageContent2(String, Boolean)

Sets the content of this message.

SetMessageContent2(Byte[])

Sets the content of this message.

public void SetMessageContent2 (byte[] content);
member this.SetMessageContent2 : byte[] -> unit
Public Sub SetMessageContent2 (content As Byte())

Parameters

content
Byte[]

A byte array containing the new message content.

Applies to

SetMessageContent2(String, Boolean)

Sets the content of this message.

public void SetMessageContent2 (string content, bool isBase64Encoded);
member this.SetMessageContent2 : string * bool -> unit
Public Sub SetMessageContent2 (content As String, isBase64Encoded As Boolean)

Parameters

content
String

A string containing the new message content.

isBase64Encoded
Boolean

Whether the string is Base64 encoded.

Applies to