Share via


FilteredStreamChain.ReadEventId(EventToken) Method

Definition

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

protected:
 abstract short ReadEventId(Microsoft::VisualStudio::IntelliTrace::EventToken token);
 abstract short ReadEventId(Microsoft::VisualStudio::IntelliTrace::EventToken token);
protected abstract short ReadEventId (Microsoft.VisualStudio.IntelliTrace.EventToken token);
abstract member ReadEventId : Microsoft.VisualStudio.IntelliTrace.EventToken -> int16
Protected MustOverride Function ReadEventId (token As EventToken) As Short

Parameters

token
EventToken

The token that points to the event.

Returns

The id of the event pointed to by token.

Applies to