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