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

get_check_process() 개인적인 메소드

private get_check_process ( ) : ManagementSNMPConfigurationProcessInformation[]
리턴 ManagementSNMPConfigurationProcessInformation[]
        public ManagementSNMPConfigurationProcessInformation[] get_check_process(

	)
        {
            object [] results = this.Invoke("get_check_process", new object [0]);
            return ((ManagementSNMPConfigurationProcessInformation [])(results[0]));
        }
ManagementSNMPConfiguration