public LocalLBProfileUserStatisticUserStatisticName[][] get_statistic_name(
		string [] profile_names,
		LocalLBProfileUserStatisticUserStatisticKey [] [] statistic_keys
	)
        {
            object [] results = this.Invoke("get_statistic_name", new object [] {
                profile_names,
                statistic_keys});
            return ((LocalLBProfileUserStatisticUserStatisticName [] [])(results[0]));
        }
 public System.IAsyncResult Beginget_statistic_name(string [] profile_names,LocalLBProfileUserStatisticUserStatisticKey [] [] statistic_keys, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("get_statistic_name", new object[] {
     profile_names,
     statistic_keys}, callback, asyncState);
 }