ReplayTimerWaitNext Method

Blocks until the next scheduled frame rate interval.

Definition

Namespace: Gemstone.PhasorProtocols
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.172 -- Release Build+8ff484d27be470a9f139c028632b756fcaea69c8
public void WaitNext()

Remarks

The deadline advances by exactly one period from the current deadline (absolute cadence) to keep inter-frame intervals consistent. If the deadline has already fallen behind by more than one full period, it resets to "now + period" to prevent a burst of catch-up frames.

See Also