iControl.SystemSystemInfo.Endacquire_lock C# (CSharp) Method

Endacquire_lock() public method

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