iControl.ManagementSNMPConfiguration.get_process_fix C# (CSharp) Method

get_process_fix() private method

private get_process_fix ( ) : ManagementSNMPConfigurationNameProgArgs[]
return ManagementSNMPConfigurationNameProgArgs[]
        public ManagementSNMPConfigurationNameProgArgs[] get_process_fix(

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