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

get_member_statistics() 개인적인 메소드

private get_member_statistics ( string pools, string members ) : iControl.GlobalLBProberPoolProberPoolMemberStatistics[]
pools string
members string
리턴 iControl.GlobalLBProberPoolProberPoolMemberStatistics[]
        public GlobalLBProberPoolProberPoolMemberStatistics[] get_member_statistics(
		string [] pools,
		string [] [] members
	)
        {
            object [] results = this.Invoke("get_member_statistics", new object [] {
                pools,
                members});
            return ((GlobalLBProberPoolProberPoolMemberStatistics [])(results[0]));
        }
GlobalLBProberPool