Share via


AmqpAnnotatedMessage.FromBytes(BinaryData) Method

Definition

public static Azure.Core.Amqp.AmqpAnnotatedMessage FromBytes (BinaryData messageBytes);
static member FromBytes : BinaryData -> Azure.Core.Amqp.AmqpAnnotatedMessage
Public Shared Function FromBytes (messageBytes As BinaryData) As AmqpAnnotatedMessage

Parameters

messageBytes
BinaryData

The bytes of the message.

Returns

A AmqpAnnotatedMessage based on the specified bytes.

Applies to