C# 클래스 IServiceOriented.ServiceBus.Threading.WorkerThreads

상속: IDisposable
파일 보기 프로젝트 열기: jezell/iserviceoriented 1 사용 예제들

공개 메소드들

메소드 설명
AddWorker ( ) : int
AddWorker ( object state ) : int
AddWorkers ( int count ) : void
Dispose ( ) : void
Dispose ( bool disposing ) : void
RemoveAll ( ) : void
RemoveWorker ( int index ) : void
WorkerThreads ( System.TimeSpan timeout, object>.Action unitOfWork ) : System

비공개 메소드들

메소드 설명
worker ( object param ) : void

메소드 상세

AddWorker() 공개 메소드

public AddWorker ( ) : int
리턴 int

AddWorker() 공개 메소드

public AddWorker ( object state ) : int
state object
리턴 int

AddWorkers() 공개 메소드

public AddWorkers ( int count ) : void
count int
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( bool disposing ) : void
disposing bool
리턴 void

RemoveAll() 공개 메소드

public RemoveAll ( ) : void
리턴 void

RemoveWorker() 공개 메소드

public RemoveWorker ( int index ) : void
index int
리턴 void

WorkerThreads() 공개 메소드

public WorkerThreads ( System.TimeSpan timeout, object>.Action unitOfWork ) : System
timeout System.TimeSpan
unitOfWork object>.Action
리턴 System