iControl.LocalLBMonitor.set_adaptive_state C# (CSharp) Method

set_adaptive_state() private method

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