ReaderLock Members

Helper class that makes it easier to ensure proper usage of a ReaderWriterLock for readers by providing support for IDisposable and the using keyword.

The following tables list the members exposed by the ReaderLock type.

Public Constructors

  Name Description
Public method ReaderLock Overloaded.  

Top

Public Properties

  Name Description
Public property TimedOut  If a timeout was specified in the constructor, it returns whether the operation succeeded or timed out. (Inherited from LockBase.)

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Dispose  Overloaded. (Inherited from LockBase.)
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetHashCode  (Inherited from Object.)
Public method GetType  (Inherited from Object.)
Public method Static ReferenceEquals  (Inherited from Object.)
Public method ToString  (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Dispose  Overloaded. (Inherited from LockBase.)
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

ReaderLock Class
Microsoft.Practices.CompositeUI Namespace