iControl.GlobalLBPoolMember.get_all_statistics C# (CSharp) Method

get_all_statistics() private method

private get_all_statistics ( string pool_names ) : iControl.GlobalLBPoolMemberMemberStatistics[]
pool_names string
return iControl.GlobalLBPoolMemberMemberStatistics[]
        public GlobalLBPoolMemberMemberStatistics[] get_all_statistics(
		string [] pool_names
	)
        {
            object [] results = this.Invoke("get_all_statistics", new object [] {
                pool_names});
            return ((GlobalLBPoolMemberMemberStatistics [])(results[0]));
        }