Table of Contents

Delegate PrimeTestClockEventHandler

Namespace
KZDev.SystemClock.PrimeTime.Testing
Assembly
KZDev.SystemClock.PrimeTime.Testing.dll

Represents the method that handles ClockEvents.

public delegate void PrimeTestClockEventHandler(object? sender, PrimeTestClockEvent clockEvent)

Parameters

sender object

The clock that raised the event.

clockEvent PrimeTestClockEvent

The discriminated clock event payload.

Constructors

PrimeTestClockEventHandler(object, nint)

Methods

BeginInvoke(object?, PrimeTestClockEvent, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object?, PrimeTestClockEvent)