iControl.LocalLBProfileAnalytics.remove_all_alerts C# (CSharp) Méthode

remove_all_alerts() private méthode

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