iControl.SystemSoftwareManagement.Begininstall_hotfix_no_daemons C# (CSharp) Method

Begininstall_hotfix_no_daemons() public method

public Begininstall_hotfix_no_daemons ( string hotfix_files, bool reboot_system, System callback, object asyncState ) : System.IAsyncResult
hotfix_files string
reboot_system bool
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begininstall_hotfix_no_daemons(string [] hotfix_files,bool reboot_system, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("install_hotfix_no_daemons", new object[] {
            hotfix_files,
            reboot_system}, callback, asyncState);
        }
SystemSoftwareManagement