iControl.LocalLBMonitor.set_template_state C# (CSharp) Method

set_template_state() private method

private set_template_state ( string template_names, CommonEnabledState states ) : void
template_names string
states CommonEnabledState
return void
        public void set_template_state(
		string [] template_names,
		CommonEnabledState [] states
	)
        {
            this.Invoke("set_template_state", new object [] {
                template_names,
                states});
        }
LocalLBMonitor