iControl.LocalLBFlowEvictionPolicy.Beginset_slow_flow_threshold C# (CSharp) Method

Beginset_slow_flow_threshold() public method

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