iControl.SystemSoftwareManagement.Endget_software_hotfix C# (CSharp) Method

Endget_software_hotfix() public method

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