C# Class DotNetWorkQueue.Queue.WorkerTerminate

Attempts to terminate via joining to it.
Afficher le fichier Open project: blehnen/DotNetWorkQueue Class Usage Examples

Méthodes publiques

Méthode Description
AttemptToTerminate ( Thread workerThread, System.TimeSpan timeout ) : bool

Attempts to terminate the passed in thread

Method Details

AttemptToTerminate() public méthode

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.
Résultat bool