iControl.ManagementSNMPConfiguration.get_check_load C# (CSharp) Method

get_check_load() private method

private get_check_load ( ) : ManagementSNMPConfigurationLoadAverageInformation
return ManagementSNMPConfigurationLoadAverageInformation
        public ManagementSNMPConfigurationLoadAverageInformation get_check_load(

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