IResourceLock Interface |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:VRage.IResourceLock"]
Namespace: VRage
public interface IResourceLock
The IResourceLock type exposes the following members.
Name | Description | |
---|---|---|
![]() | AcquireExclusive |
Acquires the lock in exclusive mode, blocking if necessary.
|
![]() | AcquireShared |
Acquires the lock in shared mode, blocking if necessary.
|
![]() | ReleaseExclusive |
Releases the lock in exclusive mode.
|
![]() | ReleaseShared |
Releases the lock in shared mode.
|
![]() | TryAcquireExclusive |
Attempts to acquire the lock in exclusive mode.
|
![]() | TryAcquireShared |
Attempts to acquire the lock in shared mode.
|