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

Inheritance: IWaitHandle, IDisposable
Show file Open project: JamesRandall/AccidentalFish.ApplicationSupport

Public Methods

Method Description
Dispose ( ) : void
ManualResetEventWaitHandle ( ) : System
Reset ( ) : void
Wait ( System.TimeSpan timeout ) : bool
Wait ( int timeout ) : bool

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ManualResetEventWaitHandle() public method

public ManualResetEventWaitHandle ( ) : System
return System

Reset() public method

public Reset ( ) : void
return void

Wait() public method

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

Wait() public method

public Wait ( int timeout ) : bool
timeout int
return bool