메소드 | 설명 | |
---|---|---|
Dequeue ( ) : void |
Tells the semaphore that the current object is done with its work
|
|
Enqueue ( ) : void |
Tells the semaphore so wait until its the invokers turn
|
|
Semaphore ( ) : System |
Creates a new instance
|
|
Wait ( object obj ) : void |
Waits until its the specified objects turn
|