FilteredStreamChain.ReadEventId(EventToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.