コード例 #1
0
ファイル: swig.2010.cs プロジェクト: rockxsj/FreeSWITCH
 public static switch_status_t switch_sql_queue_manager_destroy(SWIGTYPE_p_p_switch_sql_queue_manager qmp) {
   switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_sql_queue_manager_destroy(SWIGTYPE_p_p_switch_sql_queue_manager.getCPtr(qmp));
   return ret;
 }
コード例 #2
0
ファイル: swig.2010.cs プロジェクト: rockxsj/FreeSWITCH
 public static switch_status_t switch_sql_queue_manager_init_name(string name, SWIGTYPE_p_p_switch_sql_queue_manager qmp, uint numq, string dsn, uint max_trans, string pre_trans_execute, string post_trans_execute, string inner_pre_trans_execute, string inner_post_trans_execute) {
   switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_sql_queue_manager_init_name(name, SWIGTYPE_p_p_switch_sql_queue_manager.getCPtr(qmp), numq, dsn, max_trans, pre_trans_execute, post_trans_execute, inner_pre_trans_execute, inner_post_trans_execute);
   return ret;
 }
コード例 #3
0
ファイル: swig.2010.cs プロジェクト: rockxsj/FreeSWITCH
 internal static HandleRef getCPtr(SWIGTYPE_p_p_switch_sql_queue_manager obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }