Click or drag to resize
FastResourceLockExtensionsAcquireSharedUsing Method

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

Call dispose or use using block to release lock

Namespace: VRage
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
public static FastResourceLockExtensionsMySharedLock AcquireSharedUsing(
	FastResourceLock lockObject
)

Parameters

lockObject
Type: VRageFastResourceLock

[Missing <param name="lockObject"/> documentation for "M:VRage.FastResourceLockExtensions.AcquireSharedUsing(VRage.FastResourceLock)"]

Return Value

Type: FastResourceLockExtensionsMySharedLock

[Missing <returns> documentation for "M:VRage.FastResourceLockExtensions.AcquireSharedUsing(VRage.FastResourceLock)"]

See Also