Struct ClockTimerCallbackContext
- Namespace
- KZDev.SystemClock.PrimeTime
- Assembly
- KZDev.SystemClock.PrimeTime.dll
Context passed to clock timer callbacks that accept state and registration.
public readonly struct ClockTimerCallbackContext : IEquatable<ClockTimerCallbackContext>
- Implements
- Inherited Members
Properties
- CallbackState
Gets the optional state object passed when the timer was registered.
- Registration
Gets the timer registration instance for this callback.
Methods
Operators
- operator ==(ClockTimerCallbackContext, ClockTimerCallbackContext)
Equality operator.
- operator !=(ClockTimerCallbackContext, ClockTimerCallbackContext)
Inequality operator.