Skip to content

T_CodeJam_Threading_ReaderWriterLockSlimExtensions_UpgradeableReadLockScope

Andrew Koryavchenko edited this page Jun 17, 2018 · 7 revisions

ReaderWriterLockSlimExtensions.UpgradeableReadLockScope Structure

The ReaderWriterLockSlim wrapper.

Namespace: CodeJam.Threading
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

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.

Constructors

 

Name Description
Public method ReaderWriterLockSlimExtensions.UpgradeableReadLockScope Initializes a new instance of the ReaderWriterLockSlimExtensions.UpgradeableReadLockScope class.
  Back to Top

Methods

 

Name Description
Public method Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public method Equals Indicates whether this instance and a specified object are equal. (Inherited from ValueType.)
Public method GetHashCode Returns the hash code for this instance. (Inherited from ValueType.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Returns the fully qualified type name of this instance. (Inherited from ValueType.)
  Back to Top

See Also

Reference

CodeJam.Threading Namespace

Clone this wiki locally