LockBase Members
Base class for ReaderWriterLock helper classes ReaderLock and WriterLock.
The following tables list the members exposed by the LockBase type.
Public Properties
Name | Description | |
---|---|---|
TimedOut | If a timeout was specified in the constructor, it returns whether the operation succeeded or timed out. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Dispose | Overloaded. | |
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. | |
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top
See Also
Reference
LockBase Class
Microsoft.Practices.CompositeUI Namespace
ReaderLock
WriterLock