Assembly: VRage.Library.dll

public interface IResourceLock

Methods

Member 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.

Inheritors: