Chain.GetNextToken(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, gets the EventToken for the next event after the given EventToken.
public:
abstract Microsoft::VisualStudio::IntelliTrace::EventToken GetNextToken(Microsoft::VisualStudio::IntelliTrace::EventToken token);
abstract Microsoft::VisualStudio::IntelliTrace::EventToken GetNextToken(Microsoft::VisualStudio::IntelliTrace::EventToken token);
public abstract Microsoft.VisualStudio.IntelliTrace.EventToken GetNextToken (Microsoft.VisualStudio.IntelliTrace.EventToken token);
abstract member GetNextToken : Microsoft.VisualStudio.IntelliTrace.EventToken -> Microsoft.VisualStudio.IntelliTrace.EventToken
Public MustOverride Function GetNextToken (token As EventToken) As EventToken
Parameters
- token
- EventToken
The token to start from.
Returns
The token after the given token in the chain.