ISchedulerThread
Constructors
No public constructors defined
Methods
| void Initialize(IScheduler owningScheduler) | stability index:1 |
|---|---|
| Return Value: none | |
| DynamoScheduler calls this method to initialize and start this instance of scheduler thread. This call marks the point from which it is safe to call into DynamoScheduler. | |
| owningScheduler | |
| A reference to the DynamoScheduler object which owns this instance of scheduler thread. |
| void Shutdown( ) | stability index:1 |
|---|---|
| Return Value: none | |
| DynamoScheduler calls this method to shutdown the scheduler thread. |