iControl.SystemSystemInfo.Endacquire_lock C# (CSharp) Méthode

Endacquire_lock() public méthode

public Endacquire_lock ( System asyncResult ) : bool
asyncResult System
Résultat bool
        public bool Endacquire_lock(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((bool)(results[0]));
        }
SystemSystemInfo