iControl.ManagementSNMPConfiguration.remove_check_file C# (CSharp) Méthode

remove_check_file() private méthode

private remove_check_file ( ManagementSNMPConfigurationFileCheckInformation file_info ) : void
file_info ManagementSNMPConfigurationFileCheckInformation
Résultat void
        public void remove_check_file(
		ManagementSNMPConfigurationFileCheckInformation [] file_info
	)
        {
            this.Invoke("remove_check_file", new object [] {
                file_info});
        }
ManagementSNMPConfiguration