C# Class java.util.concurrent.CountDownLatch

Inheritance: java.lang.Object
Show file Open project: JeroMiya/androidmono

Public Methods

Method Description
CountDownLatch ( int arg0 )
await ( long arg0, java arg1 ) : bool
await ( ) : void
countDown ( ) : void
getCount ( ) : long
toString ( ) : global::java.lang.String

Protected Methods

Method Description
CountDownLatch ( global @__env )

Private Methods

Method Description
CountDownLatch ( )

Method Details

CountDownLatch() protected method

protected CountDownLatch ( global @__env )
@__env global

CountDownLatch() public method

public CountDownLatch ( int arg0 )
arg0 int

await() public method

public await ( long arg0, java arg1 ) : bool
arg0 long
arg1 java
return bool

await() public method

public await ( ) : void
return void

countDown() public method

public countDown ( ) : void
return void

getCount() public method

public getCount ( ) : long
return long

toString() public method

public toString ( ) : global::java.lang.String
return global::java.lang.String