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

switch_core_session_exec() public static method

public static switch_core_session_exec ( SWIGTYPE_p_switch_core_session session, switch_application_interface application_interface, string arg ) : switch_status_t
session SWIGTYPE_p_switch_core_session
application_interface switch_application_interface
arg string
return switch_status_t
        public static switch_status_t switch_core_session_exec(SWIGTYPE_p_switch_core_session session, switch_application_interface application_interface, string arg)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_session_exec(SWIGTYPE_p_switch_core_session.getCPtr(session), switch_application_interface.getCPtr(application_interface), arg);
            return ret;
        }
freeswitch