iControl.SystemSoftwareManagement.Beginget_boot_image_information C# (CSharp) Method

Beginget_boot_image_information() public method

public Beginget_boot_image_information ( bool save_active_config, System callback, object asyncState ) : System.IAsyncResult
save_active_config bool
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_boot_image_information(bool save_active_config, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_boot_image_information", new object[] {
            save_active_config}, callback, asyncState);
        }
SystemSoftwareManagement