FreeSWITCH.Native.freeswitch.switch_core_db_close C# (CSharp) 메소드

switch_core_db_close() 공개 정적인 메소드

public static switch_core_db_close ( SWIGTYPE_p_sqlite3 db ) : int
db SWIGTYPE_p_sqlite3
리턴 int
        public static int switch_core_db_close(SWIGTYPE_p_sqlite3 db)
        {
            int ret = freeswitchPINVOKE.switch_core_db_close(SWIGTYPE_p_sqlite3.getCPtr(db));
            return ret;
        }
freeswitch