iControl.LocalLBFlowEvictionPolicy.Endget_high_water C# (CSharp) Method

Endget_high_water() public method

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