iControl.GlobalLBProberPool.get_member_statistics C# (CSharp) Method

get_member_statistics() private method

private get_member_statistics ( string pools, string members ) : iControl.GlobalLBProberPoolProberPoolMemberStatistics[]
pools string
members string
return 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