iControl.LocalLBProfileAnalytics.Beginadd_alert C# (CSharp) Method

Beginadd_alert() public method

public Beginadd_alert ( 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 Beginadd_alert(string [] profile_names,string [] [] alerts, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_alert", new object[] {
            profile_names,
            alerts}, callback, asyncState);
        }
LocalLBProfileAnalytics