StreamChain.ReadEventLength 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, gets the length of the next event in the stream.
protected:
abstract int ReadEventLength();
protected:
abstract int ReadEventLength();
abstract int ReadEventLength();
protected abstract int ReadEventLength ();
abstract member ReadEventLength : unit -> int
Protected MustOverride Function ReadEventLength () As Integer
Returns
The length of the next event in bytes.