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

switch_core_db_free_table() public static method

public static switch_core_db_free_table ( string &result ) : void
result string
return void
        public static void switch_core_db_free_table(ref string result)
        {
            freeswitchPINVOKE.switch_core_db_free_table(ref result);
        }
freeswitch