FilteredStreamChain.SkipToNextUnfilteredEvent(EventToken) Method

Definition

If the specified token points to an event that should be filtered for this FilteredStreamChain, skips all filtered events to the next event that is not in the filter list. If the specified token points to an event not in the filter list, the same EventToken is returned.

protected:
 Microsoft::VisualStudio::IntelliTrace::EventToken SkipToNextUnfilteredEvent(Microsoft::VisualStudio::IntelliTrace::EventToken token);
Microsoft::VisualStudio::IntelliTrace::EventToken SkipToNextUnfilteredEvent(Microsoft::VisualStudio::IntelliTrace::EventToken token);
protected Microsoft.VisualStudio.IntelliTrace.EventToken SkipToNextUnfilteredEvent (Microsoft.VisualStudio.IntelliTrace.EventToken token);
member this.SkipToNextUnfilteredEvent : Microsoft.VisualStudio.IntelliTrace.EventToken -> Microsoft.VisualStudio.IntelliTrace.EventToken
Protected Function SkipToNextUnfilteredEvent (token As EventToken) As EventToken

Parameters

token
EventToken

The starting EventToken.

Returns

The first EventToken that points to an event not in the filter list.

Applies to