StreamChain.ReadEventBytes Method

Definition

When overridden in a derived class, reads a single raw event from the stream.

protected:
 abstract cli::array <System::Byte> ^ ReadEventBytes();
protected:
 abstract Platform::Array <byte> ^ ReadEventBytes();
 abstract std::Array <byte> ReadEventBytes();
protected abstract byte[] ReadEventBytes ();
abstract member ReadEventBytes : unit -> byte[]
Protected MustOverride Function ReadEventBytes () As Byte()

Returns

Byte[]

The raw message.

Applies to