Class TWSharedMutex
- Namespace
- TaleWorlds.Library
- Assembly
- TaleWorlds.Library.dll
public class TWSharedMutex
- Inheritance
-
TWSharedMutex
- Inherited Members
Constructors
TWSharedMutex()
public TWSharedMutex()
Properties
IsReadLockHeld
public bool IsReadLockHeld { get; }
Property Value
IsUpgradeableReadLockHeld
public bool IsUpgradeableReadLockHeld { get; }
Property Value
IsWriteLockHeld
public bool IsWriteLockHeld { get; }
Property Value
Methods
EnterReadLock()
public void EnterReadLock()
EnterUpgradeableReadLock()
public void EnterUpgradeableReadLock()
EnterWriteLock()
public void EnterWriteLock()
ExitReadLock()
public void ExitReadLock()
ExitUpgradeableReadLock()
public void ExitUpgradeableReadLock()
ExitWriteLock()
public void ExitWriteLock()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).