public void create_template(
		GlobalLBMonitorMonitorTemplate [] templates,
		GlobalLBMonitorCommonAttributes [] template_attributes
	)
        {
            this.Invoke("create_template", new object [] {
                templates,
                template_attributes});
        }
 public System.IAsyncResult Begincreate_template(GlobalLBMonitorMonitorTemplate [] templates,GlobalLBMonitorCommonAttributes [] template_attributes, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("create_template", new object[] {
     templates,
     template_attributes}, callback, asyncState);
 }