ReaderWriterLockSlim (System.Threading.ReaderWriterLockSlim)

Inherits: System.Object

Interfaces: IDisposable

Derived Types: 0

Assembly: System.Core.dll

Represents a lock that is used to manage access to a resource, allowing multiple threads for reading or exclusive access for writing.

VB.NET C#

C#

public class ReaderWriterLockSlim : System.IDisposable
{
}

Articles

Object Class (System)

Supports all classes in the .NET Framework class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all classes in the .NET Framework

TechZealotry » ADO.NET 3.0 and the Rest of the Orcas Stuff

The new System.Threading.ReaderWriterLockSlim class supports basic read and write locks, allowing for better scalability for read-only concurrent worker scenarios.

TechZealotry » 2006» October

The new System.Threading.ReaderWriterLockSlim class supports basic read and write locks, allowing for better scalability for read-only concurrent worker scenarios.

Code Never Written

I can't wait to compare Richter's version in Wintellect's Power Threading library with what Reflector tells me about Orcas' System.Threading.ReaderWriterLockSlim.

Code Never Written: Whither Orcas?

I can't wait to compare Richter's version in Wintellect's Power Threading library with what Reflector tells me about Orcas' System.Threading.ReaderWriterLockSlim.

BCL Team Blog : .NET Framework 3.5 Now Available! [Justin Van Patten]

System.Threading.ReaderWriterLockSlim A lightweight reader/writer lock class. ReaderWriterLockSlim supports basic read and write locks, allowing for better scalability for read-only ...

Jack Gudenkauf (JackG) WebLog : What’s new in the .Net Framework 3.5 ...

... Generic.HashSet · System.IO.Pipes · EventSchemaTraceListener · Event Tracing for Windows Vista (ETW) · System.Threading.ReaderWriterLockSlim

Joe Duffy's Weblog

The content of this site are my own personal opinions and do not represent my employer's view in anyway. © 2008, Joe Duffy

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support