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 | |
---|---|---|
ReaderLock | Overloaded. |
Top
Public Properties
Name | Description | |
---|---|---|
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 | |
---|---|---|
Dispose | Overloaded. (Inherited from LockBase.) | |
Equals | Overloaded. (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. (Inherited from LockBase.) | |
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top