Share via


LogStreamEventChain.ReadEventLength Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

When overridden in a derived class, gets the length of the next message in the log file stream.

Namespace:  Microsoft.VisualStudio.TraceLog
Assembly:  Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)

Syntax

'Declaration
Protected MustOverride Function ReadEventLength As Integer
'Usage
Dim returnValue As Integer

returnValue = Me.ReadEventLength()
protected abstract int ReadEventLength()
protected:
virtual int ReadEventLength() abstract
abstract ReadEventLength : unit -> int 
protected abstract function ReadEventLength() : int

Return Value

Type: System.Int32
The length of the next message in bytes.

.NET Framework Security

See Also

Reference

LogStreamEventChain Class

LogStreamEventChain Members

Microsoft.VisualStudio.TraceLog Namespace