C# Class NSoft.NFramework.Threading.ThinEvent

Mostrar archivo Open project: debop/NFramework Class Usage Examples

Public Methods

Method Description
Reset ( ) : void

Reset Event State

Set ( ) : void

Set Event State

Wait ( ) : void

Wait Event State to Set

Method Details

Reset() public method

Reset Event State
public Reset ( ) : void
return void

Set() public method

Set Event State
public Set ( ) : void
return void

Wait() public method

Wait Event State to Set
public Wait ( ) : void
return void