Click or drag to resize
IResourceLock Interface

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:VRage.IResourceLock"]

Namespace: VRage
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
public interface IResourceLock

The IResourceLock type exposes the following members.

Methods
  NameDescription
Public methodAcquireExclusive
Acquires the lock in exclusive mode, blocking if necessary.
Public methodAcquireShared
Acquires the lock in shared mode, blocking if necessary.
Public methodReleaseExclusive
Releases the lock in exclusive mode.
Public methodReleaseShared
Releases the lock in shared mode.
Public methodTryAcquireExclusive
Attempts to acquire the lock in exclusive mode.
Public methodTryAcquireShared
Attempts to acquire the lock in shared mode.
Top
See Also