C# Class ActiveMQ.Util.CountDownLatch2

显示文件 Open project: ThorTech/apache-nms

Public Methods

Method Description
CountDownLatch2 ( int i ) : System
await ( ) : bool
await ( System.TimeSpan timeout ) : bool
await ( int millis ) : bool
countDown ( ) : void

Method Details

CountDownLatch2() public method

public CountDownLatch2 ( int i ) : System
i int
return System

await() public method

public await ( ) : bool
return bool

await() public method

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

await() public method

public await ( int millis ) : bool
millis int
return bool

countDown() public method

public countDown ( ) : void
return void