Sharpen.FileLock.Release C# (CSharp) Method

Release() public method

public Release ( ) : void
return void
		public void Release ()
		{
			this.s.Unlock (0, int.MaxValue);
		}
	}