AmqpMessageBody.FromData 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.
Creates a new AmqpMessageBody instance with the passed in data sections. http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-data
public static Azure.Core.Amqp.AmqpMessageBody FromData (System.Collections.Generic.IEnumerable<ReadOnlyMemory<byte>> data);
static member FromData : seq<ReadOnlyMemory<byte>> -> Azure.Core.Amqp.AmqpMessageBody
Public Shared Function FromData (data As IEnumerable(Of ReadOnlyMemory(Of Byte))) As AmqpMessageBody
Parameters
- data
- IEnumerable<ReadOnlyMemory<Byte>>
The data sections.