Click or drag to resize

HighResolutionTimerTimerEventHandlerInvoke Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.timers.HighResolutionTimer.TimerEventHandler.Invoke(System.UInt32,System.UInt32,System.IntPtr,System.UInt32,System.UInt32)"]

Namespace:  com.espertech.esper.compat.timers
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public virtual void Invoke(
	uint id,
	uint msg,
	IntPtr userCtx,
	uint rsv1,
	uint rsv2
)

Parameters

id
Type: SystemUInt32

[Missing <param name="id"/> documentation for "M:com.espertech.esper.compat.timers.HighResolutionTimer.TimerEventHandler.Invoke(System.UInt32,System.UInt32,System.IntPtr,System.UInt32,System.UInt32)"]

msg
Type: SystemUInt32

[Missing <param name="msg"/> documentation for "M:com.espertech.esper.compat.timers.HighResolutionTimer.TimerEventHandler.Invoke(System.UInt32,System.UInt32,System.IntPtr,System.UInt32,System.UInt32)"]

userCtx
Type: SystemIntPtr

[Missing <param name="userCtx"/> documentation for "M:com.espertech.esper.compat.timers.HighResolutionTimer.TimerEventHandler.Invoke(System.UInt32,System.UInt32,System.IntPtr,System.UInt32,System.UInt32)"]

rsv1
Type: SystemUInt32

[Missing <param name="rsv1"/> documentation for "M:com.espertech.esper.compat.timers.HighResolutionTimer.TimerEventHandler.Invoke(System.UInt32,System.UInt32,System.IntPtr,System.UInt32,System.UInt32)"]

rsv2
Type: SystemUInt32

[Missing <param name="rsv2"/> documentation for "M:com.espertech.esper.compat.timers.HighResolutionTimer.TimerEventHandler.Invoke(System.UInt32,System.UInt32,System.IntPtr,System.UInt32,System.UInt32)"]

See Also