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

Inheritance: BWaitHandle, IDisposable
显示文件 Open project: Catrobat/CatrobatForWindows

Private Properties

Property Type Description

Public Methods

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

Protected Methods

Method Description
OnSuccessfullWait ( ) : void

Method Details

BAutoResetEvent() public method

public BAutoResetEvent ( bool initialState ) : System
initialState bool
return System

Dispose() public method

public Dispose ( ) : void
return void

OnSuccessfullWait() protected method

protected OnSuccessfullWait ( ) : void
return void

Reset() public method

public Reset ( ) : bool
return bool

Set() public method

public Set ( ) : bool
return bool

WaitOne() public method

public WaitOne ( ) : bool
return bool

WaitOne() public method

public WaitOne ( System.TimeSpan timeout ) : bool
timeout System.TimeSpan
return bool

WaitOne() public method

public WaitOne ( int millisecondsTimeout ) : bool
millisecondsTimeout int
return bool