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