StreamChain.GetNextToken Method
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 Overrides Function GetNextToken ( _
token As EventToken _
) As EventToken
public override EventToken GetNextToken(
EventToken token
)
public:
virtual EventToken GetNextToken(
EventToken token
) override
abstract GetNextToken :
token:EventToken -> EventToken
override GetNextToken :
token:EventToken -> EventToken
public override function GetNextToken(
token : EventToken
) : EventToken
Parameters
- token
Type: Microsoft.VisualStudio.IntelliTrace.EventToken
The token from which to start.
Return Value
Type: Microsoft.VisualStudio.IntelliTrace.EventToken
The token after the given token in the chain. When token is at or past the end of the chain, AfterLastToken is returned. When token is before the start of the chain, FirstToken is returned.
.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.