StreamChain.ReadEventBytes 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.
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.