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

switch_xml_locate_user() public static method

public static switch_xml_locate_user ( string key, string user_name, string domain_name, string ip, SWIGTYPE_p_p_switch_xml root, SWIGTYPE_p_p_switch_xml domain, SWIGTYPE_p_p_switch_xml user, SWIGTYPE_p_p_switch_xml ingroup, switch_event arg8 ) : switch_status_t
key string
user_name string
domain_name string
ip string
root SWIGTYPE_p_p_switch_xml
domain SWIGTYPE_p_p_switch_xml
user SWIGTYPE_p_p_switch_xml
ingroup SWIGTYPE_p_p_switch_xml
arg8 switch_event
return switch_status_t
        public static switch_status_t switch_xml_locate_user(string key, string user_name, string domain_name, string ip, SWIGTYPE_p_p_switch_xml root, SWIGTYPE_p_p_switch_xml domain, SWIGTYPE_p_p_switch_xml user, SWIGTYPE_p_p_switch_xml ingroup, switch_event arg8)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_xml_locate_user(key, user_name, domain_name, ip, SWIGTYPE_p_p_switch_xml.getCPtr(root), SWIGTYPE_p_p_switch_xml.getCPtr(domain), SWIGTYPE_p_p_switch_xml.getCPtr(user), SWIGTYPE_p_p_switch_xml.getCPtr(ingroup), switch_event.getCPtr(arg8));
            return ret;
        }
freeswitch