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]));
        }