iControl.LocalLBProfileHttpCompression.Beginset_cpu_saver_low_threshold C# (CSharp) Méthode

Beginset_cpu_saver_low_threshold() public méthode

public Beginset_cpu_saver_low_threshold ( string profile_names, LocalLBProfileULong thresholds, System callback, object asyncState ) : System.IAsyncResult
profile_names string
thresholds LocalLBProfileULong
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginset_cpu_saver_low_threshold(string [] profile_names,LocalLBProfileULong [] thresholds, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_cpu_saver_low_threshold", new object[] {
            profile_names,
            thresholds}, callback, asyncState);
        }
LocalLBProfileHttpCompression