FilteredListChain.IsValidToken Method

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 Overrides Function IsValidToken ( _
    token As EventToken _
) As Boolean
public override bool IsValidToken(
    EventToken token
)
public:
virtual bool IsValidToken(
    EventToken token
) override
abstract IsValidToken : 
        token:EventToken -> bool 
override IsValidToken : 
        token:EventToken -> bool 
public override 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

FilteredListChain Class

Microsoft.VisualStudio.IntelliTrace Namespace