C# Class Catrobat.IDE.WindowsShared.Utilities.BAutoResetEvent

Inheritance: BWaitHandle, IDisposable
Afficher le fichier Open project: Catrobat/CatrobatForWindows

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
BAutoResetEvent ( bool initialState ) : System
Dispose ( ) : void
Reset ( ) : bool
Set ( ) : bool
WaitOne ( ) : bool
WaitOne ( System.TimeSpan timeout ) : bool
WaitOne ( int millisecondsTimeout ) : bool

Méthodes protégées

Méthode Description
OnSuccessfullWait ( ) : void

Method Details

BAutoResetEvent() public méthode

public BAutoResetEvent ( bool initialState ) : System
initialState bool
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OnSuccessfullWait() protected méthode

protected OnSuccessfullWait ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : bool
Résultat bool

Set() public méthode

public Set ( ) : bool
Résultat bool

WaitOne() public méthode

public WaitOne ( ) : bool
Résultat bool

WaitOne() public méthode

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

WaitOne() public méthode

public WaitOne ( int millisecondsTimeout ) : bool
millisecondsTimeout int
Résultat bool