EventToken Constructor
Initializes a new instance of EventToken
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public Sub New ( _
value As Long _
)
public EventToken(
long value
)
public:
EventToken(
long long value
)
new :
value:int64 -> EventToken
public function EventToken(
value : long
)
Parameters
- value
Type: System.Int64
.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.