iControl.SystemSystemInfo.Endacquire_lock C# (CSharp) 메소드

Endacquire_lock() 공개 메소드

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