iControl.ManagementRADIUSConfiguration.set_debug_state C# (CSharp) Method

set_debug_state() private method

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