RecurringTaskScheduler Constructor (Int32) |
Initializes a new instance to use a specified number of threads.
Namespace:
AGI.Foundation.Infrastructure.Threading
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public RecurringTaskScheduler(
int numberOfThreads
)
Public Sub New (
numberOfThreads As Integer
)
public:
RecurringTaskScheduler(
int numberOfThreads
)
new :
numberOfThreads : int -> RecurringTaskScheduler
Parameters
- numberOfThreads
- Type: SystemInt32
The number of threads to use to run tasks.
Exceptions See Also