iControl.SystemSystemInfo.Endrelease_lock C# (CSharp) Method

Endrelease_lock() public method

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