iControl.SystemSoftwareManagement.Endget_software_hotfix C# (CSharp) 메소드

Endget_software_hotfix() 공개 메소드

public Endget_software_hotfix ( System asyncResult ) : iControl.SystemSoftwareManagementsoftwareRepositoryHotfix[]
asyncResult System
리턴 iControl.SystemSoftwareManagementsoftwareRepositoryHotfix[]
        public SystemSoftwareManagementsoftwareRepositoryHotfix[] Endget_software_hotfix(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((SystemSoftwareManagementsoftwareRepositoryHotfix [])(results[0]));
        }
SystemSoftwareManagement