C# Class AccidentalFish.ApplicationSupport.Core.Threading.Implementation.ManualResetEventWaitHandle

Inheritance: IWaitHandle, IDisposable
Afficher le fichier Open project: JamesRandall/AccidentalFish.ApplicationSupport

Méthodes publiques

Méthode Description
Dispose ( ) : void
ManualResetEventWaitHandle ( ) : System
Reset ( ) : void
Wait ( System.TimeSpan timeout ) : bool
Wait ( int timeout ) : bool

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ManualResetEventWaitHandle() public méthode

public ManualResetEventWaitHandle ( ) : System
Résultat System

Reset() public méthode

public Reset ( ) : void
Résultat void

Wait() public méthode

public Wait ( System.TimeSpan timeout ) : bool
timeout System.TimeSpan
Résultat bool

Wait() public méthode

public Wait ( int timeout ) : bool
timeout int
Résultat bool