FreeSWITCH.Native.switch_cache_db_odbc_options_t.switch_cache_db_odbc_options_t C# (CSharp) Method

switch_cache_db_odbc_options_t() private method

private switch_cache_db_odbc_options_t ( IntPtr cPtr, bool cMemoryOwn ) : System
cPtr System.IntPtr
cMemoryOwn bool
return System
        internal switch_cache_db_odbc_options_t(IntPtr cPtr, bool cMemoryOwn)
        {
            swigCMemOwn = cMemoryOwn;
            swigCPtr = new HandleRef(this, cPtr);
        }

Same methods

switch_cache_db_odbc_options_t::switch_cache_db_odbc_options_t ( ) : System