iControl.LocalLBProfileAnalytics.Beginget_alert_threshold C# (CSharp) Method

Beginget_alert_threshold() public method

public Beginget_alert_threshold ( string profile_names, string alerts, System callback, object asyncState ) : System.IAsyncResult
profile_names string
alerts string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_alert_threshold(string [] profile_names,string [] [] alerts, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_alert_threshold", new object[] {
            profile_names,
            alerts}, callback, asyncState);
        }
LocalLBProfileAnalytics