iControl.LocalLBPool.Endget_member_statistics C# (CSharp) 메소드

Endget_member_statistics() 공개 메소드

public Endget_member_statistics ( System asyncResult ) : iControl.LocalLBPoolMemberStatistics[]
asyncResult System
리턴 iControl.LocalLBPoolMemberStatistics[]
        public LocalLBPoolMemberStatistics[] Endget_member_statistics(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBPoolMemberStatistics [])(results[0]));
        }
LocalLBPool