iControl.LocalLBProfileAnalytics.get_alert_threshold_relation C# (CSharp) Method

get_alert_threshold_relation() private method

private get_alert_threshold_relation ( string profile_names, string alerts ) : LocalLBProfileAnalyticsAnalyticsAlertThresholdRelation[][]
profile_names string
alerts string
return LocalLBProfileAnalyticsAnalyticsAlertThresholdRelation[][]
        public LocalLBProfileAnalyticsAnalyticsAlertThresholdRelation[][] get_alert_threshold_relation(
		string [] profile_names,
		string [] [] alerts
	)
        {
            object [] results = this.Invoke("get_alert_threshold_relation", new object [] {
                profile_names,
                alerts});
            return ((LocalLBProfileAnalyticsAnalyticsAlertThresholdRelation [] [])(results[0]));
        }
LocalLBProfileAnalytics