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