Share via


LogStreamEventChain.ReadEventBytes 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, reads a single message from the log file stream.

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

Syntax

'Declaration
Protected MustOverride Function ReadEventBytes As Byte()
'Usage
Dim returnValue As Byte()

returnValue = Me.ReadEventBytes()
protected abstract byte[] ReadEventBytes()
protected:
virtual array<unsigned char>^ ReadEventBytes() abstract
abstract ReadEventBytes : unit -> byte[] 
protected abstract function ReadEventBytes() : byte[]

Return Value

Type: array<System.Byte[]
The raw message.

.NET Framework Security

See Also

Reference

LogStreamEventChain Class

LogStreamEventChain Members

Microsoft.VisualStudio.TraceLog Namespace