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

_switch_core_db_handle() 공개 정적인 메소드

public static _switch_core_db_handle ( SWIGTYPE_p_p_switch_cache_db_handle dbh, string file, string func, int line ) : switch_status_t
dbh SWIGTYPE_p_p_switch_cache_db_handle
file string
func string
line int
리턴 switch_status_t
        public static switch_status_t _switch_core_db_handle(SWIGTYPE_p_p_switch_cache_db_handle dbh, string file, string func, int line)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE._switch_core_db_handle(SWIGTYPE_p_p_switch_cache_db_handle.getCPtr(dbh), file, func, line);
            return ret;
        }
freeswitch