iControl.SystemSoftwareManagement.Beginget_block_device_software_hotfix C# (CSharp) Method

Beginget_block_device_software_hotfix() public method

public Beginget_block_device_software_hotfix ( SystemSoftwareManagementrepositoryImageID imageIDs, System callback, object asyncState ) : System.IAsyncResult
imageIDs SystemSoftwareManagementrepositoryImageID
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_block_device_software_hotfix(SystemSoftwareManagementrepositoryImageID [] imageIDs, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_block_device_software_hotfix", new object[] {
            imageIDs}, callback, asyncState);
        }
SystemSoftwareManagement