iControl.SecurityProfileDoS.set_protocol_dns_error_attack_detection_state C# (CSharp) Method

set_protocol_dns_error_attack_detection_state() private method

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