FreeSWITCH.Native.freeswitch.switch_xml_clear_user_cache C# (CSharp) Метод

switch_xml_clear_user_cache() публичный статический Метод

public static switch_xml_clear_user_cache ( string key, string user_name, string domain_name ) : uint
key string
user_name string
domain_name string
Результат 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