iControl.ManagementLicenseAdministration.Endactivate_license C# (CSharp) Метод

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

public Endactivate_license ( System asyncResult ) : bool
asyncResult System
Результат bool
        public bool Endactivate_license(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((bool)(results[0]));
        }