iControl.ManagementSNMPConfiguration.remove_check_file C# (CSharp) Method

remove_check_file() private method

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