There was an error while loading. Please reload this page.
The ReaderWriterLockSlim wrapper.
Namespace: CodeJam.ThreadingAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)] public struct UpgradeableReadLockScope : IDisposable
VB
<EditorBrowsableAttribute(EditorBrowsableState.Never)> Public Structure UpgradeableReadLockScope Implements IDisposable
F#
[<SealedAttribute>] [<EditorBrowsableAttribute(EditorBrowsableState.Never)>] type UpgradeableReadLockScope = struct interface IDisposable end
The ReaderWriterLockSlimExtensions.UpgradeableReadLockScope type exposes the following members.
CodeJam.Threading Namespace