iControl.LocalLBProfileAnalytics.Beginget_alert_sample_period C# (CSharp) Метод

Beginget_alert_sample_period() публичный Метод

public Beginget_alert_sample_period ( string profile_names, string alerts, System callback, object asyncState ) : System.IAsyncResult
profile_names string
alerts string
callback System
asyncState object
Результат System.IAsyncResult
        public System.IAsyncResult Beginget_alert_sample_period(string [] profile_names,string [] [] alerts, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_alert_sample_period", new object[] {
            profile_names,
            alerts}, callback, asyncState);
        }
LocalLBProfileAnalytics