RTTimerCallback Delegate

Timer callback delegate.

Namespace:  IntervalZero.RTX64.RTAPI.Threading
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public delegate void RTTimerCallback(
	IntPtr context
)

Parameters

context
Type: SystemIntPtr
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 IntPtr type.
See Also