Catel.Threading.AsyncLock.Key.Key C# (CSharp) Метод

Key() публичный Метод

Creates the key for a lock.
public Key ( AsyncLock asyncLock ) : System
asyncLock AsyncLock The lock to release. May not be null.
Результат System
            public Key(AsyncLock asyncLock)
            {
                _asyncLock = asyncLock;
            }
AsyncLock.Key