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

switch_xml_clear_user_cache() public static method

public static switch_xml_clear_user_cache ( string key, string user_name, string domain_name ) : uint
key string
user_name string
domain_name string
return uint
        public static uint switch_xml_clear_user_cache(string key, string user_name, string domain_name)
        {
            uint ret = freeswitchPINVOKE.switch_xml_clear_user_cache(key, user_name, domain_name);
            return ret;
        }
freeswitch