public void set_template_destination(
		string [] template_names,
		GlobalLBMonitorIPPort [] destinations
	)
        {
            this.Invoke("set_template_destination", new object [] {
                template_names,
                destinations});
        }
 public System.IAsyncResult Beginset_template_destination(string [] template_names,GlobalLBMonitorIPPort [] destinations, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_template_destination", new object[] {
     template_names,
     destinations}, callback, asyncState);
 }