iControl.ManagementLicenseAdministration.install_license_from_file C# (CSharp) Method

install_license_from_file() private method

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