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

switch_cache_db_type_name() public static method

public static switch_cache_db_type_name ( switch_cache_db_handle_type_t type ) : string
type switch_cache_db_handle_type_t
return string
        public static string switch_cache_db_type_name(switch_cache_db_handle_type_t type)
        {
            string ret = freeswitchPINVOKE.switch_cache_db_type_name((int)type);
            return ret;
        }
freeswitch