Chain.IsValidToken(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, determines if the given EventToken is valid for this chain.
public:
abstract bool IsValidToken(Microsoft::VisualStudio::IntelliTrace::EventToken token);
abstract bool IsValidToken(Microsoft::VisualStudio::IntelliTrace::EventToken token);
public abstract bool IsValidToken (Microsoft.VisualStudio.IntelliTrace.EventToken token);
abstract member IsValidToken : Microsoft.VisualStudio.IntelliTrace.EventToken -> bool
Public MustOverride Function IsValidToken (token As EventToken) As Boolean
Parameters
- token
- EventToken
The token to check.
Returns
True if the token is valid for this chain; otherwise false.