Click or drag to resize
FastResourceLockExtensionsAcquireExclusiveUsing 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 FastResourceLockExtensionsMyExclusiveLock AcquireExclusiveUsing(
	FastResourceLock lockObject
)

Parameters

lockObject
Type: VRageFastResourceLock

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

Return Value

Type: FastResourceLockExtensionsMyExclusiveLock

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

See Also