NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ReaderWriterLock Class

Defines the lock that implements single-writer/ multiple-reader semantics that supports the following features:

Timeout is in milliseconds:

Object
   ReaderWriterLock

[Visual Basic]
NotInheritable Public Class ReaderWriterLock
[C#]
public sealed class ReaderWriterLock
[C++]
public __gc __sealed class ReaderWriterLock
[JScript]
public class ReaderWriterLock

Remarks

Negative numbers are interpreted as unsigned, with the exception of-1, which has special meaning.

Requirements

Namespace: System.Threading

Assembly: mscorlib.dll

See Also

ReaderWriterLock Members | System.Threading Namespace