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