iControl.LocalLBProfileAnalytics.remove_all_alerts C# (CSharp) Method

remove_all_alerts() private method

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