Interface ILock
- Namespace
- Java.Util.Concurrent.Locks
- Assembly
- MASES.JNet.dll
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/concurrent/locks/Lock.html
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()