[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Delegate that is called by the windows multimedia timer upon trigger of the timer.

Namespace: net.esper.compat
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Delegate Sub TimerEventHandler ( _
	id As UInteger, _
	msg As UInteger, _
	userCtx As IntPtr, _
	rsv1 As UInteger, _
	rsv2 As UInteger _
)
C#
public delegate void TimerEventHandler (
	uint id,
	uint msg,
	IntPtr userCtx,
	uint rsv1,
	uint rsv2
)
Visual C++
public delegate void TimerEventHandler (
	unsigned int id, 
	unsigned int msg, 
	IntPtr userCtx, 
	unsigned int rsv1, 
	unsigned int rsv2
)

Parameters

id
System.UInt32
msg
System.UInt32
userCtx
System.IntPtr
rsv1
System.UInt32
rsv2
System.UInt32