iControl.LocalLBProfileUserStatistic.Beginget_statistic_name C# (CSharp) Method

Beginget_statistic_name() public method

public Beginget_statistic_name ( string profile_names, LocalLBProfileUserStatisticUserStatisticKey statistic_keys, System callback, object asyncState ) : System.IAsyncResult
profile_names string
statistic_keys LocalLBProfileUserStatisticUserStatisticKey
callback System
asyncState object
return System.IAsyncResult
        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);
        }