iControl.LocalLBProfileHttpCompression.get_cpu_saver_low_threshold C# (CSharp) Method

get_cpu_saver_low_threshold() private method

private get_cpu_saver_low_threshold ( string profile_names ) : iControl.LocalLBProfileULong[]
profile_names string
return iControl.LocalLBProfileULong[]
        public LocalLBProfileULong[] get_cpu_saver_low_threshold(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_cpu_saver_low_threshold", new object [] {
                profile_names});
            return ((LocalLBProfileULong [])(results[0]));
        }
LocalLBProfileHttpCompression