C# Class ADLTest.CountdownLatch

Show file Open project: addlive/addlive_sdk_c_sharp Class Usage Examples

Public Methods

Method Description
CountdownLatch ( int count = 1 ) : System
Signal ( ) : void
Wait ( int timeout = 2000 ) : bool

Method Details

CountdownLatch() public method

public CountdownLatch ( int count = 1 ) : System
count int
return System

Signal() public method

public Signal ( ) : void
return void

Wait() public method

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