Documentation for a minimal subset of the QSM API
Scheduler Property
Namespaces > QS.Fx.Platform > IPlatform > Scheduler
This service allows a callback to be scheduled for execution in the context of the internal QuickSilver threads. It can be used by any thread. This is the preferred means of transfering control between the application threads and QuickSilver threads. Code executed by the scheduler must be short and terminating.
Syntax
C#Visual BasicManaged C++
IScheduler Scheduler { get; }
ReadOnly Property Scheduler As IScheduler
property IScheduler^ Scheduler {
	IScheduler^ get ();
}

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0