iControl.SecurityFirewallGlobalAdminIPRuleList.set_fw_rule_log_state C# (CSharp) Method

set_fw_rule_log_state() private method

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