iControl.SecurityLogProfile.get_protocol_dns_log_malformed_filter_state C# (CSharp) 메소드

get_protocol_dns_log_malformed_filter_state() 개인적인 메소드

private get_protocol_dns_log_malformed_filter_state ( string profile_names, string dnses ) : CommonEnabledState[][]
profile_names string
dnses string
리턴 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