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

Inheritance: IWaitHandle
ファイルを表示 Open project: JamesRandall/Insanely-Simple-Blog

Public Methods

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

Method Details

ManualResetEventWaitHandle() public method

public ManualResetEventWaitHandle ( ) : System.Threading
return System.Threading

Reset() public method

public Reset ( ) : void
return void

Wait() public method

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