iControl.LocalLBProfileHttpCompression.get_cpu_saver_low_threshold C# (CSharp) Метод

get_cpu_saver_low_threshold() приватный Метод

private get_cpu_saver_low_threshold ( string profile_names ) : iControl.LocalLBProfileULong[]
profile_names string
Результат 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