Click or drag to resize
IResourceLockTryAcquireExclusive Method

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

Attempts to acquire the lock in exclusive mode.

Namespace: VRage
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
bool TryAcquireExclusive()

Return Value

Type: Boolean
Whether the lock was acquired.
See Also