iControl.LocalLBProfileHttpCompression.set_cpu_saver_low_threshold C# (CSharp) Method

set_cpu_saver_low_threshold() private method

private set_cpu_saver_low_threshold ( string profile_names, LocalLBProfileULong thresholds ) : void
profile_names string
thresholds LocalLBProfileULong
return void
        public void set_cpu_saver_low_threshold(
		string [] profile_names,
		LocalLBProfileULong [] thresholds
	)
        {
            this.Invoke("set_cpu_saver_low_threshold", new object [] {
                profile_names,
                thresholds});
        }
LocalLBProfileHttpCompression