iControl.LocalLBFlowEvictionPolicy.get_slow_flow_threshold C# (CSharp) Method

get_slow_flow_threshold() private method

private get_slow_flow_threshold ( string policies ) : long[]
policies string
return long[]
        public long[] get_slow_flow_threshold(
		string [] policies
	)
        {
            object [] results = this.Invoke("get_slow_flow_threshold", new object [] {
                policies});
            return ((long [])(results[0]));
        }
LocalLBFlowEvictionPolicy