StreamChain.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.
Determines if the given EventToken is valid for this chain.
public:
override bool IsValidToken(Microsoft::VisualStudio::IntelliTrace::EventToken token);
override bool IsValidToken(Microsoft::VisualStudio::IntelliTrace::EventToken token);
public override bool IsValidToken (Microsoft.VisualStudio.IntelliTrace.EventToken token);
override this.IsValidToken : Microsoft.VisualStudio.IntelliTrace.EventToken -> bool
Public Overrides 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.