public System.IAsyncResult Beginset_template_user_defined_string_property(string [] template_names,GlobalLBMonitorUserDefinedStringValue [] values, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_template_user_defined_string_property", new object[] {
     template_names,
     values}, callback, asyncState);
 }
        public void set_template_user_defined_string_property(
		string [] template_names,
		GlobalLBMonitorUserDefinedStringValue [] values
	)
        {
            this.Invoke("set_template_user_defined_string_property", new object [] {
                template_names,
                values});
        }