Méthode | Description | |
---|---|---|
CreateTaskFactory ( ) : ITaskFactory |
Creates the task factory.
|
|
CreateTaskFactory ( |
Creates the task factory.
|
|
CreateTaskScheduler ( ) : |
Creates the task scheduler.
|
|
SchedulerContainer ( ) : System |
Initializes a new instance of the SchedulerContainer class.
|
|
SchedulerContainer ( Action |
Initializes a new instance of the SchedulerContainer class.
|
|
SetContainerFactory ( Func |
Set the container creation function. This allows you to use your own IoC container.
|
Méthode | Description | |
---|---|---|
CreateTaskFactoryInternal ( |
Creates the task factory.
|
public CreateTaskFactory ( ) : ITaskFactory | ||
Résultat | ITaskFactory |
public CreateTaskFactory ( |
||
scheduler | The scheduler. | |
Résultat | ITaskFactory |
public CreateTaskScheduler ( ) : |
||
Résultat |
public SchedulerContainer ( Action |
||
registerService | Action |
The register service. |
setOptions | Action |
The options. |
Résultat | System |
public static SetContainerFactory ( Func |
||
createContainer | Func |
|
Résultat | void |