Documentation for a minimal subset of the QSM API
AlarmClock Property
Namespaces > QS.Fx.Platform > IPlatform > AlarmClock
This is a high-resolution timer that can be used to schedule code for execution. Code executed by the timer must be short and terminating. The timer can only be used from within the context of the QuickSilver threads.
Syntax
C#Visual BasicManaged C++
IAlarmClock AlarmClock { get; }
ReadOnly Property AlarmClock As IAlarmClock
property IAlarmClock^ AlarmClock {
	IAlarmClock^ get ();
}

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0