C# Класс DotNetWorkQueue.Queue.WorkerTerminate

Attempts to terminate via joining to it.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AttemptToTerminate ( Thread workerThread, System.TimeSpan timeout ) : bool

Attempts to terminate the passed in thread

Описание методов

AttemptToTerminate() публичный Метод

Attempts to terminate the passed in thread
public AttemptToTerminate ( Thread workerThread, System.TimeSpan timeout ) : bool
workerThread Thread The worker thread.
timeout System.TimeSpan The timeout.
Результат bool