EventToken Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
EventToken is a lightweight reference to an event in a chain that can be stored without holding a reference to the event or chain.
public value class EventToken
struct EventToken
public struct EventToken
type EventToken = struct
Public Structure EventToken
- Inheritance
-
EventToken
Constructors
EventToken(Int64) |
Initializes a new instance of EventToken |
Fields
Zero |
Represents the zero token. This field is read-only. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current EventToken. |
GetHashCode() |
Gets a hash code for this EventToken. |
ToString() |
Converts the value of the current EventToken object to a string. |
Operators
Equality(EventToken, EventToken) |
Determines if two EventTokens are considered equal. |
Explicit(EventToken to Int64) |
Converts an EventToken to an Int64 |
Explicit(Int64 to EventToken) |
Constructs an EventToken from a long value |
GreaterThan(EventToken, EventToken) |
Determines if an EventToken is greater than another EventToken. |
GreaterThanOrEqual(EventToken, EventToken) |
Determines if an EventToken is greater than or equal to another EventToken. |
Inequality(EventToken, EventToken) |
Determines if two EventTokens are considered not equal. |
LessThan(EventToken, EventToken) |
Determines if an EventToken is less than another EventToken. |
LessThanOrEqual(EventToken, EventToken) |
Determines if an EventToken is less than or equal to another EventToken. |