TaskManager Properties |
The TaskManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | Id |
The id of the task manager (usually the namespace of the app it is running for).
|
![]() | IsShuttingDown |
Checks if the control is already shutting down.
(Inherited from Stoppable.) |
![]() | MaxConcurrency |
The max number of tasks the manager can process at a given time across all queues.
If this value is 0 (zero), then no tasks can be processed.
If this value is -1, then there is no limit.
|
![]() | MaxLockWaitTime |
Max lock wait time.
(Inherited from Stoppable.) |
![]() | ProcessingInterval |
The interval to sleep between process loop runs.
If this is set to Zero, the process loop cannot be started
using StartProcessing, instead Poll must be called
every time the queues should be polled.
|
![]() | ServerId |
The current server instance's id.
|
![]() | ServerName |
The current server instance'sname.
|
![]() | ShutdownTask |
Task that resolves when shutdown is fully completed.
(Inherited from Stoppable.) |
![]() | ShutdownToken |
Token that is canceled when the control begins to shutdown.
(Inherited from Stoppable.) |
![]() | Vault |
Permanent vault instance.
|