Method | Description | |
---|---|---|
CreateJobScheduler ( Action |
Creates a re-occurring job scheduler.
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
JobSchedulerContainer ( ) : System |
Initializes a new instance of the JobSchedulerContainer class.
|
|
JobSchedulerContainer ( Action |
Initializes a new instance of the JobSchedulerContainer class.
|
|
SetContainerFactory ( Func |
Set the container creation function. This allows you to use your own IoC container.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources.
|
public CreateJobScheduler ( Action |
||
queueCreation | Action |
Service registrations for the queue creation modules that will create any needed job queues. |
queueContainer | Action |
Service registrations for the queue containers that will contain the producing queues for the jobs. |
return | IJobScheduler |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |
public JobSchedulerContainer ( Action |
||
registerService | Action |
The register service. |
return | System |
public static SetContainerFactory ( Func |
||
createContainer | Func |
|
return | void |