iControl.GlobalLBProberPool.Endget_all_statistics C# (CSharp) 메소드

Endget_all_statistics() 공개 메소드

public Endget_all_statistics ( System asyncResult ) : GlobalLBProberPoolProberPoolStatistics
asyncResult System
리턴 GlobalLBProberPoolProberPoolStatistics
        public GlobalLBProberPoolProberPoolStatistics Endget_all_statistics(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((GlobalLBProberPoolProberPoolStatistics)(results[0]));
        }
GlobalLBProberPool