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