iControl.ManagementLicenseAdministration.Endinstall_license C# (CSharp) 메소드

Endinstall_license() 공개 메소드

public Endinstall_license ( System asyncResult ) : void
asyncResult System
리턴 void
        public void Endinstall_license(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }