iControl.LocalLBPool.Endget_reselect_tries C# (CSharp) Method

Endget_reselect_tries() public method

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