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

switch_core_event_hook_add_resurrect_session() public static method

public static switch_core_event_hook_add_resurrect_session ( SWIGTYPE_p_switch_core_session session, SWIGTYPE_p_f_p_p_switch_core_session_p_p_apr_pool_t_p_void__switch_call_cause_t resurrect_session ) : switch_status_t
session SWIGTYPE_p_switch_core_session
resurrect_session SWIGTYPE_p_f_p_p_switch_core_session_p_p_apr_pool_t_p_void__switch_call_cause_t
return switch_status_t
        public static switch_status_t switch_core_event_hook_add_resurrect_session(SWIGTYPE_p_switch_core_session session, SWIGTYPE_p_f_p_p_switch_core_session_p_p_apr_pool_t_p_void__switch_call_cause_t resurrect_session)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_event_hook_add_resurrect_session(SWIGTYPE_p_switch_core_session.getCPtr(session), SWIGTYPE_p_f_p_p_switch_core_session_p_p_apr_pool_t_p_void__switch_call_cause_t.getCPtr(resurrect_session));
            return ret;
        }
freeswitch