Click or drag to resize
IResourceLockTryAcquireShared Method

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

Attempts to acquire the lock in shared mode.

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

Return Value

Type: Boolean
Whether the lock was acquired.
See Also