C# Class InsanelySimpleBlog.System.Threading.Implementation.ManualResetEventWaitHandle

Inheritance: IWaitHandle
Afficher le fichier Open project: JamesRandall/Insanely-Simple-Blog

Méthodes publiques

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

Method Details

ManualResetEventWaitHandle() public méthode

public ManualResetEventWaitHandle ( ) : System.Threading
Résultat System.Threading

Reset() public méthode

public Reset ( ) : void
Résultat void

Wait() public méthode

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