RTTimerCallback Delegate IntervalZero RTX Managed Code
Timer callback delegate

Namespace:  RTX.Threading
Assembly:  IntervalZero.RTX (in IntervalZero.RTX.dll) Version: 12.0.0.0 (12.0.0.0)

Syntax

public delegate void RTTimerCallback(
	Object context
)

Parameters

context
Type: OnlineSystem Object
A pointer to a context to be passed into the callback function. To ensure that any changes in the callback function are global, the parameter should be a reference type, such as a class.
See Also