Chain.GetNextToken Method
When overridden in a derived class, gets the EventToken for the next event after the given EventToken.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Déclaration
Public MustOverride Function GetNextToken ( _
token As EventToken _
) As EventToken
public abstract EventToken GetNextToken(
EventToken token
)
public:
virtual EventToken GetNextToken(
EventToken token
) abstract
abstract GetNextToken :
token:EventToken -> EventToken
public abstract function GetNextToken(
token : EventToken
) : EventToken
Parameters
- token
Type: Microsoft.VisualStudio.IntelliTrace.EventToken
The token to start from.
Return Value
Type: Microsoft.VisualStudio.IntelliTrace.EventToken
The token after the given token in the chain.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.