iControl.LocalLBFlowEvictionPolicy.Beginget_eviction_strategy_bias_slow_delay C# (CSharp) Method

Beginget_eviction_strategy_bias_slow_delay() public method

public Beginget_eviction_strategy_bias_slow_delay ( string policies, System callback, object asyncState ) : System.IAsyncResult
policies string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_eviction_strategy_bias_slow_delay(string [] policies, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_eviction_strategy_bias_slow_delay", new object[] {
            policies}, callback, asyncState);
        }
LocalLBFlowEvictionPolicy