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});
        }
 public System.IAsyncResult Beginset_alert_threshold_relation(string [] profile_names,string [] [] alerts,LocalLBProfileAnalyticsAnalyticsAlertThresholdRelation [] [] relations, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_alert_threshold_relation", new object[] {
     profile_names,
     alerts,
     relations}, callback, asyncState);
 }