|
Space Engineers
|
Public Member Functions | |
| void | AcquireExclusive () |
| Acquires the lock in exclusive mode, blocking if necessary. More... | |
| void | AcquireShared () |
| Acquires the lock in shared mode, blocking if necessary. More... | |
| void | ReleaseExclusive () |
| Releases the lock in exclusive mode. More... | |
| void | ReleaseShared () |
| Releases the lock in shared mode. More... | |
| bool | TryAcquireExclusive () |
| Attempts to acquire the lock in exclusive mode. More... | |
| bool | TryAcquireShared () |
| Attempts to acquire the lock in shared mode. More... | |
Definition at line 3 of file IResourceLock.cs.
| void VRage.IResourceLock.AcquireExclusive | ( | ) |
Acquires the lock in exclusive mode, blocking if necessary.
Implemented in VRage.FastResourceLock.
| void VRage.IResourceLock.AcquireShared | ( | ) |
Acquires the lock in shared mode, blocking if necessary.
Implemented in VRage.FastResourceLock.
| void VRage.IResourceLock.ReleaseExclusive | ( | ) |
Releases the lock in exclusive mode.
Implemented in VRage.FastResourceLock.
| void VRage.IResourceLock.ReleaseShared | ( | ) |
Releases the lock in shared mode.
Implemented in VRage.FastResourceLock.
| bool VRage.IResourceLock.TryAcquireExclusive | ( | ) |
Attempts to acquire the lock in exclusive mode.
Implemented in VRage.FastResourceLock.
| bool VRage.IResourceLock.TryAcquireShared | ( | ) |
Attempts to acquire the lock in shared mode.
Implemented in VRage.FastResourceLock.
1.8.8