-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_Threading_ReaderWriterLockSlimExtensions
Andrew Koryavchenko edited this page Jun 17, 2018
·
8 revisions
Represents the extension methods for ReaderWriterLockSlim.
System.Object
CodeJam.Threading.ReaderWriterLockSlimExtensions
Namespace: CodeJam.Threading
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static class ReaderWriterLockSlimExtensions
VB
<ExtensionAttribute>
Public NotInheritable Class ReaderWriterLockSlimExtensions
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type ReaderWriterLockSlimExtensions = class end
The ReaderWriterLockSlimExtensions type exposes the following members.
Name | Description | |
---|---|---|
GetReadLock | Tries to enter the lock in read mode. | |
GetUpgradeableReadLock | Tries to enter the lock in upgradeable mode. | |
GetWriteLock | Tries to enter the lock in write mode. |