iControl.SecurityLogProfile.set_protocol_dns_log_reject_filter_state C# (CSharp) Method

set_protocol_dns_log_reject_filter_state() private method

private set_protocol_dns_log_reject_filter_state ( string profile_names, string dnses, CommonEnabledState states ) : void
profile_names string
dnses string
states CommonEnabledState
return void
        public void set_protocol_dns_log_reject_filter_state(
		string [] profile_names,
		string [] [] dnses,
		CommonEnabledState [] [] states
	)
        {
            this.Invoke("set_protocol_dns_log_reject_filter_state", new object [] {
                profile_names,
                dnses,
                states});
        }
SecurityLogProfile