Returns true if there were intermediate writes since the sequence number was obtained. The caller should be a reader or writer for getting meaningful results.
[Visual Basic] Public Function AnyWritersSince( _ ByVal seqNum As Integer _ ) As Boolean [C#] public bool AnyWritersSince( int seqNum ); [C++] public: bool AnyWritersSince( int seqNum ); [JScript] public function AnyWritersSince( seqNum : int ) : Boolean;
True if there were intermediate writes since the sequence number was obtained, false otherwise.
To be supplied
ReaderWriterLock Class | ReaderWriterLock Members | System.Threading Namespace