StreamChain.ReadEventLength Method

When overridden in a derived class, gets the length of the next event in the stream.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Protected MustOverride Function ReadEventLength As Integer
protected abstract int ReadEventLength()
protected:
virtual int ReadEventLength() abstract
abstract ReadEventLength : unit -> int
protected abstract function ReadEventLength() : int

Return Value

Type: Int32
The length of the next event in bytes.

.NET Framework Security

See Also

Reference

StreamChain Class

Microsoft.VisualStudio.IntelliTrace Namespace