iControl.GlobalLBProberPool.get_all_member_statistics C# (CSharp) Method

get_all_member_statistics() private method

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