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

switch_channel_check_signal() public static method

public static switch_channel_check_signal ( SWIGTYPE_p_switch_channel channel, switch_bool_t in_thread_only ) : int
channel SWIGTYPE_p_switch_channel
in_thread_only switch_bool_t
return int
        public static int switch_channel_check_signal(SWIGTYPE_p_switch_channel channel, switch_bool_t in_thread_only)
        {
            int ret = freeswitchPINVOKE.switch_channel_check_signal(SWIGTYPE_p_switch_channel.getCPtr(channel), (int)in_thread_only);
            return ret;
        }
freeswitch