StreamChain.ReadEventBytes Method

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

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.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<Byte[]
The raw message.

.NET Framework Security

See Also

Reference

StreamChain Class

Microsoft.VisualStudio.IntelliTrace Namespace