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

switch_process_import() public static method

public static switch_process_import ( SWIGTYPE_p_switch_core_session session, SWIGTYPE_p_switch_channel peer_channel, string varname, string prefix ) : void
session SWIGTYPE_p_switch_core_session
peer_channel SWIGTYPE_p_switch_channel
varname string
prefix string
return void
        public static void switch_process_import(SWIGTYPE_p_switch_core_session session, SWIGTYPE_p_switch_channel peer_channel, string varname, string prefix)
        {
            freeswitchPINVOKE.switch_process_import(SWIGTYPE_p_switch_core_session.getCPtr(session), SWIGTYPE_p_switch_channel.getCPtr(peer_channel), varname, prefix);
        }
freeswitch