Interface ILock
- Namespace
- Java.Util.Concurrent.Locks
- Assembly
- MASES.JNet.dll
.NET interface for TO BE DEFINED FROM USER
public interface ILock
Methods
LockInterruptibly()
void LockInterruptibly()
Exceptions
LockMethod()
void LockMethod()
NewCondition()
Condition NewCondition()
Returns
TryLock()
bool TryLock()
Returns
TryLock(long, TimeUnit)
bool TryLock(long arg0, TimeUnit arg1)
Parameters
Returns
Exceptions
Unlock()
void Unlock()