iControl.SystemSoftwareManagement.Beginset_boot_image_information C# (CSharp) Method

Beginset_boot_image_information() public method

public Beginset_boot_image_information ( byte boot_image_information, System callback, object asyncState ) : System.IAsyncResult
boot_image_information byte
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_boot_image_information(byte [] boot_image_information, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_boot_image_information", new object[] {
            boot_image_information}, callback, asyncState);
        }
SystemSoftwareManagement