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

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

private get_process_fix ( ) : ManagementSNMPConfigurationNameProgArgs[]
Результат ManagementSNMPConfigurationNameProgArgs[]
        public ManagementSNMPConfigurationNameProgArgs[] get_process_fix(

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