iControl.LocalLBFlowEvictionPolicy.set_slow_flow_threshold C# (CSharp) Method

set_slow_flow_threshold() private method

private set_slow_flow_threshold ( string policies, long thresholds ) : void
policies string
thresholds long
return void
        public void set_slow_flow_threshold(
		string [] policies,
		long [] thresholds
	)
        {
            this.Invoke("set_slow_flow_threshold", new object [] {
                policies,
                thresholds});
        }
LocalLBFlowEvictionPolicy