iControl.LocalLBProfileAnalytics.remove_alert C# (CSharp) Method

remove_alert() private method

private remove_alert ( string profile_names, string alerts ) : void
profile_names string
alerts string
return void
        public void remove_alert(
		string [] profile_names,
		string [] [] alerts
	)
        {
            this.Invoke("remove_alert", new object [] {
                profile_names,
                alerts});
        }
LocalLBProfileAnalytics