iControl.LocalLBFlowEvictionPolicy.Endget_slow_flow_threshold C# (CSharp) Method

Endget_slow_flow_threshold() public method

public Endget_slow_flow_threshold ( System asyncResult ) : long[]
asyncResult System
return long[]
        public long[] Endget_slow_flow_threshold(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((long [])(results[0]));
        }
LocalLBFlowEvictionPolicy