iControl.SystemSoftwareManagement.Endinstall_hotfix C# (CSharp) Method

Endinstall_hotfix() public method

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