ChatterBox.Client.Voip.Utils.AutoLock.AutoLock C# (CSharp) Method

AutoLock() public method

public AutoLock ( SemaphoreSlim sem ) : System
sem System.Threading.SemaphoreSlim
return System
        public AutoLock(SemaphoreSlim sem)
        {
            _sem = sem;
        }