StaTaskScheduler - конструктор
Initializes a new instance of the StaTaskScheduler class with the specified concurrency level.
Пространство имён: Tessa.PlatformСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public StaTaskScheduler(
int numberOfThreads
)
Public Sub New (
numberOfThreads As Integer
)
public:
StaTaskScheduler(
int numberOfThreads
)
new :
numberOfThreads : int -> StaTaskScheduler
Параметры
- numberOfThreads Int32
- The number of threads that should be created and used by this scheduler.