iControl.SecurityLogProfile.get_protocol_dns_log_malformed_filter_state C# (CSharp) Method

get_protocol_dns_log_malformed_filter_state() private method

private get_protocol_dns_log_malformed_filter_state ( string profile_names, string dnses ) : CommonEnabledState[][]
profile_names string
dnses string
return CommonEnabledState[][]
        public CommonEnabledState[][] get_protocol_dns_log_malformed_filter_state(
		string [] profile_names,
		string [] [] dnses
	)
        {
            object [] results = this.Invoke("get_protocol_dns_log_malformed_filter_state", new object [] {
                profile_names,
                dnses});
            return ((CommonEnabledState [] [])(results[0]));
        }
SecurityLogProfile