Table of Contents

Struct ClockTimerCallbackContext

Namespace
KZDev.PrimeTime
Assembly
KZDev.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

Equals(ClockTimerCallbackContext)
Equals(object?)
GetHashCode()

Operators

operator ==(ClockTimerCallbackContext, ClockTimerCallbackContext)

Equality operator.

operator !=(ClockTimerCallbackContext, ClockTimerCallbackContext)

Inequality operator.