iControl.SecurityFirewallGlobalAdminIPRuleList.set_fw_rule_log_state C# (CSharp) 메소드

set_fw_rule_log_state() 개인적인 메소드

private set_fw_rule_log_state ( string rules, CommonEnabledState states ) : void
rules string
states CommonEnabledState
리턴 void
        public void set_fw_rule_log_state(
		string [] rules,
		CommonEnabledState [] states
	)
        {
            this.Invoke("set_fw_rule_log_state", new object [] {
                rules,
                states});
        }
SecurityFirewallGlobalAdminIPRuleList