iControl.LocalLBProfileUserStatistic.Beginset_statistic_name C# (CSharp) Method

Beginset_statistic_name() public method

public Beginset_statistic_name ( string profile_names, LocalLBProfileUserStatisticUserStatisticName statistic_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
statistic_names LocalLBProfileUserStatisticUserStatisticName
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_statistic_name(string [] profile_names,LocalLBProfileUserStatisticUserStatisticName [] [] statistic_names, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_statistic_name", new object[] {
            profile_names,
            statistic_names}, callback, asyncState);
        }