Documentation for a minimal subset of the QSM API
Schedule Method (timeout, callback, context)
Namespaces > QS.Fx.Clock > IAlarmClock > Schedule(Double, AlarmCallback, Object)
Schedule a timer event for execution.
Syntax
C#Visual BasicManaged C++
IAlarm Schedule (
	double timeout,
	AlarmCallback callback,
	Object context
)
Function Schedule ( _
	timeout As Double, _
	callback As AlarmCallback, _
	context As Object _
) As IAlarm
IAlarm^ Schedule (
	double timeout, 
	AlarmCallback^ callback, 
	Object^ context
)
Parameters
timeout (Double)
The time that needs to elapse until the timer event can be executed.
callback (AlarmCallback)
The callback to invoke to process the timer event.
context (Object)
The context object to be passed to the callback
Return Value
The reference to the timer event.

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0