C# 클래스 Helios.Concurrency.DedicatedThreadPoolSettings

Provides settings for a dedicated thread pool
파일 보기 프로젝트 열기: helios-io/helios 1 사용 예제들

공개 메소드들

메소드 설명
DedicatedThreadPoolSettings ( int numThreads, ThreadType threadType, System.TimeSpan deadlockTimeout = null ) : System
DedicatedThreadPoolSettings ( int numThreads, System.TimeSpan deadlockTimeout = null ) : System

메소드 상세

DedicatedThreadPoolSettings() 공개 메소드

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

DedicatedThreadPoolSettings() 공개 메소드

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