iControl.ManagementSNMPConfiguration.get_check_process C# (CSharp) Method

get_check_process() private method

private get_check_process ( ) : ManagementSNMPConfigurationProcessInformation[]
return ManagementSNMPConfigurationProcessInformation[]
        public ManagementSNMPConfigurationProcessInformation[] get_check_process(

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