iControl.LocalLBPool.Beginget_slow_ramp_time C# (CSharp) Method

Beginget_slow_ramp_time() public method

public Beginget_slow_ramp_time ( string pool_names, System callback, object asyncState ) : System.IAsyncResult
pool_names string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_slow_ramp_time(string [] pool_names, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_slow_ramp_time", new object[] {
            pool_names}, callback, asyncState);
        }
LocalLBPool