Click or drag to resize
FastResourceLock Class

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

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

Inheritance Hierarchy
SystemObject
  VRageFastResourceLock

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

The FastResourceLock type exposes the following members.

Constructors
  NameDescription
Public methodFastResourceLock
Initializes a new instance of the FastResourceLock class
Top
Properties
Methods
Extension Methods
  NameDescription
Public Extension MethodAcquireExclusiveUsing
Call dispose or use using block to release lock
(Defined by FastResourceLockExtensions.)
Public Extension MethodAcquireSharedUsing
Call dispose or use using block to release lock
(Defined by FastResourceLockExtensions.)
Top
See Also