Sharpen.ReentrantLock.TryLock C# (CSharp) Method

TryLock() public method

public TryLock ( ) : bool
return bool
		public bool TryLock ()
		{
			return Monitor.TryEnter (this);
		}