iControl.ManagementLicenseAdministration.Endactivate_license C# (CSharp) Method

Endactivate_license() public method

public Endactivate_license ( System asyncResult ) : bool
asyncResult System
return bool
        public bool Endactivate_license(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((bool)(results[0]));
        }