public LocalLBMonitorIntegerValue[] get_template_integer_property(
		string [] template_names,
		LocalLBMonitorIntPropertyType [] property_types
	)
        {
            object [] results = this.Invoke("get_template_integer_property", new object [] {
                template_names,
                property_types});
            return ((LocalLBMonitorIntegerValue [])(results[0]));
        }
 public System.IAsyncResult Beginget_template_integer_property(string [] template_names,LocalLBMonitorIntPropertyType [] property_types, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("get_template_integer_property", new object[] {
     template_names,
     property_types}, callback, asyncState);
 }