EventData.Body Property

Definition

Get the actual Payload/Data wrapped by EventData. This is intended to be used after receiving EventData using PartitionReceiver.

public ArraySegment<byte> Body { get; }
member this.Body : ArraySegment<byte>
Public ReadOnly Property Body As ArraySegment(Of Byte)

Property Value

Applies to