iControl.LocalLBProfileHttpCompression.Beginset_cpu_saver_high_threshold C# (CSharp) Method

Beginset_cpu_saver_high_threshold() public method

public Beginset_cpu_saver_high_threshold ( string profile_names, LocalLBProfileULong thresholds, System callback, object asyncState ) : System.IAsyncResult
profile_names string
thresholds LocalLBProfileULong
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_cpu_saver_high_threshold(string [] profile_names,LocalLBProfileULong [] thresholds, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_cpu_saver_high_threshold", new object[] {
            profile_names,
            thresholds}, callback, asyncState);
        }
LocalLBProfileHttpCompression