StreamChain.ReadEventBytes Method

When overridden in a derived class, reads a single raw event from the stream.

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

Syntax

'Declaration
Protected MustOverride Function ReadEventBytes As Byte()
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

StreamChain Class

Microsoft.VisualStudio.IntelliTrace Namespace