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

switch_scheduler_task() private method

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

Same methods

switch_scheduler_task::switch_scheduler_task ( ) : System