iControl.LocalLBPool.Endget_statistics C# (CSharp) Method

Endget_statistics() public method

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