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

Endinstall_license_from_file() 공개 메소드

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