iControl.ManagementSNMPConfiguration.get_check_load C# (CSharp) Méthode

get_check_load() private méthode

private get_check_load ( ) : ManagementSNMPConfigurationLoadAverageInformation
Résultat ManagementSNMPConfigurationLoadAverageInformation
        public ManagementSNMPConfigurationLoadAverageInformation get_check_load(

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