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

switch_channel_execute_on() public static method

public static switch_channel_execute_on ( SWIGTYPE_p_switch_channel channel, string variable_prefix ) : switch_status_t
channel SWIGTYPE_p_switch_channel
variable_prefix string
return switch_status_t
        public static switch_status_t switch_channel_execute_on(SWIGTYPE_p_switch_channel channel, string variable_prefix)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_channel_execute_on(SWIGTYPE_p_switch_channel.getCPtr(channel), variable_prefix);
            return ret;
        }
freeswitch