iControl.LocalLBMonitor.set_template_user_defined_string_property C# (CSharp) Method

set_template_user_defined_string_property() private method

private set_template_user_defined_string_property ( string template_names, LocalLBMonitorUserDefinedStringValue values ) : void
template_names string
values LocalLBMonitorUserDefinedStringValue
return void
        public void set_template_user_defined_string_property(
		string [] template_names,
		LocalLBMonitorUserDefinedStringValue [] values
	)
        {
            this.Invoke("set_template_user_defined_string_property", new object [] {
                template_names,
                values});
        }
LocalLBMonitor