FreeSWITCH.Native.freeswitch.switch_xml_locate_domain C# (CSharp) Method

switch_xml_locate_domain() public static method

public static switch_xml_locate_domain ( string domain_name, switch_event arg1, SWIGTYPE_p_p_switch_xml root, SWIGTYPE_p_p_switch_xml domain ) : switch_status_t
domain_name string
arg1 switch_event
root SWIGTYPE_p_p_switch_xml
domain SWIGTYPE_p_p_switch_xml
return switch_status_t
        public static switch_status_t switch_xml_locate_domain(string domain_name, switch_event arg1, SWIGTYPE_p_p_switch_xml root, SWIGTYPE_p_p_switch_xml domain)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_xml_locate_domain(domain_name, switch_event.getCPtr(arg1), SWIGTYPE_p_p_switch_xml.getCPtr(root), SWIGTYPE_p_p_switch_xml.getCPtr(domain));
            return ret;
        }
freeswitch