C# Class NanoByte.Common.Tasks.WaitTask

Waits for a WaitHandle to become available.
Inheritance: TaskBase
Afficher le fichier Open project: nano-byte/common Class Usage Examples

Méthodes publiques

Méthode Description
WaitTask ( [ name, [ waitHandle, int millisecondsTimeout = Timeout.Infinite ) : System

Creates a new handle-waiting task.

Méthodes protégées

Méthode Description
Execute ( ) : void

Method Details

Execute() protected méthode

protected Execute ( ) : void
Résultat void

WaitTask() public méthode

Creates a new handle-waiting task.
public WaitTask ( [ name, [ waitHandle, int millisecondsTimeout = Timeout.Infinite ) : System
name [ A name describing the task in human-readable form.
waitHandle [ >The to wait for.
millisecondsTimeout int The number of milliseconds to wait before rasing ; to wait indefinitely.
Résultat System