PartitionedListChain.IsValidToken Method

Determines whether the given EventToken is valid for this chain.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.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

PartitionedListChain Class

Microsoft.VisualStudio.IntelliTrace Namespace