MongoDB.Bson.Serialization.ReaderWriterLockExtension.EnterReadLock C# (CSharp) Method

EnterReadLock() public static method

public static EnterReadLock ( this locker ) : void
locker this
return void
		public static void EnterReadLock(this ReaderWriterLock locker)
		{
			locker.AcquireReaderLock(100000);
		}