iControl.SystemSoftwareManagement.Endinstall_hotfix C# (CSharp) 메소드

Endinstall_hotfix() 공개 메소드

public Endinstall_hotfix ( System asyncResult ) : void
asyncResult System
리턴 void
        public void Endinstall_hotfix(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
SystemSoftwareManagement