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

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

public static switch_core_db_free_table ( string &result ) : void
result string
Результат void
        public static void switch_core_db_free_table(ref string result)
        {
            freeswitchPINVOKE.switch_core_db_free_table(ref result);
        }
freeswitch