Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public RecurringTaskScheduler(
	int numberOfThreads
)

Parameters

numberOfThreads
Type: SystemInt32
The number of threads to use to run tasks.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown if the value of numberOfThreads is less than 1.
See Also