iControl.SystemSoftwareManagement.Beginget_block_device_software_image_list C# (CSharp) Method

Beginget_block_device_software_image_list() public method

public Beginget_block_device_software_image_list ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_block_device_software_image_list(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_block_device_software_image_list", new object[0], callback, asyncState);
        }
SystemSoftwareManagement