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

switch_channel_perform_set_running_state() public static method

public static switch_channel_perform_set_running_state ( SWIGTYPE_p_switch_channel channel, switch_channel_state_t state, string file, string func, int line ) : switch_channel_state_t
channel SWIGTYPE_p_switch_channel
state switch_channel_state_t
file string
func string
line int
return switch_channel_state_t
        public static switch_channel_state_t switch_channel_perform_set_running_state(SWIGTYPE_p_switch_channel channel, switch_channel_state_t state, string file, string func, int line)
        {
            switch_channel_state_t ret = (switch_channel_state_t)freeswitchPINVOKE.switch_channel_perform_set_running_state(SWIGTYPE_p_switch_channel.getCPtr(channel), (int)state, file, func, line);
            return ret;
        }
freeswitch