iControl.ManagementLicenseAdministration.Endis_evaluation_license C# (CSharp) Method

Endis_evaluation_license() public method

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