Chain.IsValidToken(EventToken) Method

Definition

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.

Applies to