EventToken Structure
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Used to access an event in a chain without holding a reference to the chain.
Namespace: Microsoft.VisualStudio.TraceLog
Assembly: Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)
Syntax
'Declaration
Public Structure EventToken
'Usage
Dim instance As EventToken
public struct EventToken
public value class EventToken
[<SealedAttribute>]
type EventToken = struct end
JScript supports the use of structures, but not the declaration of new ones.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.