FastResourceLock Class |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:VRage.FastResourceLock"]
Namespace: VRage
public sealed class FastResourceLock : IResourceLock
The FastResourceLock type exposes the following members.
Name | Description | |
---|---|---|
FastResourceLock | Initializes a new instance of the FastResourceLock class |
Name | Description | |
---|---|---|
ExclusiveWaiters | ||
Owned | ||
SharedOwners | ||
SharedWaiters |
Name | Description | |
---|---|---|
AcquireExclusiveUsing |
Call dispose or use using block to release lock
(Defined by FastResourceLockExtensions.) | |
AcquireSharedUsing |
Call dispose or use using block to release lock
(Defined by FastResourceLockExtensions.) |