iControl.ManagementSNMPConfiguration.remove_check_file C# (CSharp) 메소드

remove_check_file() 개인적인 메소드

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