iControl.SystemSoftwareManagement.Beginget_software_hotfix C# (CSharp) Метод

Beginget_software_hotfix() публичный Метод

public Beginget_software_hotfix ( SystemSoftwareManagementrepositoryImageID imageIDs, System callback, object asyncState ) : System.IAsyncResult
imageIDs SystemSoftwareManagementrepositoryImageID
callback System
asyncState object
Результат System.IAsyncResult
        public System.IAsyncResult Beginget_software_hotfix(SystemSoftwareManagementrepositoryImageID [] imageIDs, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_software_hotfix", new object[] {
            imageIDs}, callback, asyncState);
        }
SystemSoftwareManagement