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