Public Types | |
| enum | Enum |
Static Public Member Functions | |
| static ONIXS_FIXENGINE_API const char * | toString (SchedulerThreadingModel::Enum value) |
Definition at line 99 of file SessionScheduler.h.
| enum Enum |
| Enumerator | |
|---|---|
| DedicatedThreads | Scheduler will use its own threads. |
| ExternalThread | Scheduler events are handled by rolling an event loop in a user thread. |
Definition at line 101 of file SessionScheduler.h.
|
static |
Returns the textual representation of the SchedulerThreadingModel::Enum value.