Chain.IsValidToken Method

When overridden in a derived class, determines whether the given EventToken is valid for this chain.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)

Syntax

'Declaration
Public MustOverride Function IsValidToken ( _
    token As EventToken _
) As Boolean
public abstract bool IsValidToken(
    EventToken token
)
public:
virtual bool IsValidToken(
    EventToken token
) abstract
abstract IsValidToken : 
        token:EventToken -> bool 
public abstract function IsValidToken(
    token : EventToken
) : boolean

Parameters

Return Value

Type: System.Boolean
True if the token is valid for this chain; otherwise, false.

.NET Framework Security

See Also

Reference

Chain Class

Microsoft.VisualStudio.IntelliTrace Namespace