public void TryEnter(TimeSpan timeout, ref bool lockTaken) { TryEnter ((int)timeout.TotalMilliseconds, ref lockTaken); }