iControl.ManagementSNMPConfiguration.set_check_process C# (CSharp) Метод

set_check_process() приватный Метод

private set_check_process ( ManagementSNMPConfigurationProcessInformation proc_info ) : void
proc_info ManagementSNMPConfigurationProcessInformation
Результат void
        public void set_check_process(
		ManagementSNMPConfigurationProcessInformation [] proc_info
	)
        {
            this.Invoke("set_check_process", new object [] {
                proc_info});
        }
ManagementSNMPConfiguration