C# Класс DotNetWorkQueue.Logging.Decorator.AbortWorkerThreadDecorator

Наследование: IAbortWorkerThread
Показать файл Открыть проект

Открытые методы

Метод Описание
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