MemoryMessageData.Payload Field
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.
The serialized event data.
public ArraySegment<byte> Payload;
[Orleans.Id(4)]
public ArraySegment<byte> Payload;
val mutable Payload : ArraySegment<byte>
[<Orleans.Id(4)>]
val mutable Payload : ArraySegment<byte>
Public Payload As ArraySegment(Of Byte)
Field Value
- Attributes