Sharpen.ReentrantLock.TryLock C# (CSharp) Méthode

TryLock() public méthode

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