iControl.ManagementLicenseAdministration.install_license_from_file C# (CSharp) Méthode

install_license_from_file() private méthode

private install_license_from_file ( string license_file ) : void
license_file string
Résultat void
        public void install_license_from_file(
		string license_file
	)
        {
            this.Invoke("install_license_from_file", new object [] {
                license_file});
        }