iControl.ManagementTACACSConfiguration.get_accounting_to_all_state C# (CSharp) 메소드

get_accounting_to_all_state() 개인적인 메소드

private get_accounting_to_all_state ( string config_names ) : CommonEnabledState[]
config_names string
리턴 CommonEnabledState[]
        public CommonEnabledState[] get_accounting_to_all_state(
		string [] config_names
	)
        {
            object [] results = this.Invoke("get_accounting_to_all_state", new object [] {
                config_names});
            return ((CommonEnabledState [])(results[0]));
        }