iControl.LocalLBProfileAnalytics.set_alert_threshold_relation C# (CSharp) Method

set_alert_threshold_relation() private method

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