iControl.LocalLBMonitor.get_adaptive_state C# (CSharp) Method

get_adaptive_state() private method

private get_adaptive_state ( string template_names ) : CommonEnabledState[]
template_names string
return CommonEnabledState[]
        public CommonEnabledState[] get_adaptive_state(
		string [] template_names
	)
        {
            object [] results = this.Invoke("get_adaptive_state", new object [] {
                template_names});
            return ((CommonEnabledState [])(results[0]));
        }
LocalLBMonitor