CloudQueueMessage.SetMessageContent2 Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET