Table of Contents

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

bool

IsUpgradeableReadLockHeld

public bool IsUpgradeableReadLockHeld { get; }

Property Value

bool

IsWriteLockHeld

public bool IsWriteLockHeld { get; }

Property Value

bool

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).