JVMBridge |
Name | Description | |
---|---|---|
Wait | Causes the current thread to wait until it is awakened, typically by being notified or interrupted. | |
Wait(Int64) | Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed. | |
Wait(Int64, Int32) | Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed. |