CSharpTest.Net
ReservedWriteLocking Class Members
See Also  Properties  Methods  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Synchronization Namespace : ReservedWriteLocking Class


Glossary Item Box

The following tables list the members exposed by ReservedWriteLocking.

Public Constructors

 NameDescription
Public ConstructorReservedWriteLocking ConstructorConstructs the reader-writer lock using the lock provided  
Top

Public Properties

 NameDescription
Public PropertyWriteVersionChanges every time a write lock is aquired. If WriteVersion == 0, no write locks have been issued.  
Top

Public Methods

 NameDescription
Public MethodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  
Public MethodReadOverloaded. Returns a reader lock that can be elevated to a write lock  
Public MethodReleaseReadReleases a read lock  
Public MethodReleaseWriteReleases a writer lock  
Public MethodTryReadReturns true if the lock was successfully obtained within the timeout specified  
Public MethodTryWriteThe first call reserves the Write lock for the current thread but does not stop reader access until the write lock is acquired again.  
Public MethodWriteOverloaded. Returns a read and write lock  
Top

See Also

Generated with Document! X 2011 by Innovasys