iControl.ManagementLicenseAdministration.Endinstall_license_from_file C# (CSharp) Méthode

Endinstall_license_from_file() public méthode

public Endinstall_license_from_file ( System asyncResult ) : void
asyncResult System
Résultat void
        public void Endinstall_license_from_file(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }