Share via


FilteredStreamChain.ReadEventId Method

When overridden in a derived class, reads the event ID for the specified event.

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

Syntax

'Declaration
Protected MustOverride Function ReadEventId ( _
    token As EventToken _
) As Short
protected abstract short ReadEventId(
    EventToken token
)
protected:
virtual short ReadEventId(
    EventToken token
) abstract
abstract ReadEventId : 
        token:EventToken -> int16
protected abstract function ReadEventId(
    token : EventToken
) : short

Parameters

Return Value

Type: System.Int16
The ID of the event pointed to by token.

.NET Framework Security

See Also

Reference

FilteredStreamChain Class

Microsoft.VisualStudio.IntelliTrace Namespace