FreeSWITCH.Native.freeswitch.switch_core_thread_session_end C# (CSharp) Method

switch_core_thread_session_end() public static method

public static switch_core_thread_session_end ( SWIGTYPE_p_switch_core_session session ) : void
session SWIGTYPE_p_switch_core_session
return void
        public static void switch_core_thread_session_end(SWIGTYPE_p_switch_core_session session)
        {
            freeswitchPINVOKE.switch_core_thread_session_end(SWIGTYPE_p_switch_core_session.getCPtr(session));
        }
freeswitch