iControl.GlobalLBMonitor.set_template_integer_property C# (CSharp) Method

set_template_integer_property() private method

private set_template_integer_property ( string template_names, GlobalLBMonitorIntegerValue values ) : void
template_names string
values GlobalLBMonitorIntegerValue
return void
        public void set_template_integer_property(
		string [] template_names,
		GlobalLBMonitorIntegerValue [] values
	)
        {
            this.Invoke("set_template_integer_property", new object [] {
                template_names,
                values});
        }
GlobalLBMonitor