C# Class Helios.Concurrency.DedicatedThreadPoolSettings

Provides settings for a dedicated thread pool
Datei anzeigen Open project: helios-io/helios Class Usage Examples

Public Methods

Method Description
DedicatedThreadPoolSettings ( int numThreads, ThreadType threadType, System.TimeSpan deadlockTimeout = null ) : System
DedicatedThreadPoolSettings ( int numThreads, System.TimeSpan deadlockTimeout = null ) : System

Method Details

DedicatedThreadPoolSettings() public method

public DedicatedThreadPoolSettings ( int numThreads, ThreadType threadType, System.TimeSpan deadlockTimeout = null ) : System
numThreads int
threadType ThreadType
deadlockTimeout System.TimeSpan
return System

DedicatedThreadPoolSettings() public method

public DedicatedThreadPoolSettings ( int numThreads, System.TimeSpan deadlockTimeout = null ) : System
numThreads int
deadlockTimeout System.TimeSpan
return System