C# 클래스 DotNetWorkQueue.Logging.Decorator.AbortWorkerThreadDecorator

상속: IAbortWorkerThread
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
Abort ( Thread workerThread ) : bool

Aborts the specified worker thread, if configured to do so.

AbortWorkerThreadDecorator ( ILogFactory log, IWorkerConfiguration configuration, MessageProcessingMode messageMode, IAbortWorkerThread handler ) : System.Threading

Initializes a new instance of the AbortWorkerThreadDecorator class.

메소드 상세

Abort() 공개 메소드

Aborts the specified worker thread, if configured to do so.
public Abort ( Thread workerThread ) : bool
workerThread System.Threading.Thread The worker thread.
리턴 bool

AbortWorkerThreadDecorator() 공개 메소드

Initializes a new instance of the AbortWorkerThreadDecorator class.
public AbortWorkerThreadDecorator ( ILogFactory log, IWorkerConfiguration configuration, MessageProcessingMode messageMode, IAbortWorkerThread handler ) : System.Threading
log ILogFactory The log.
configuration IWorkerConfiguration The configuration.
messageMode DotNetWorkQueue.Queue.MessageProcessingMode The message mode.
handler IAbortWorkerThread The handler.
리턴 System.Threading