FreeSWITCH.Native.freeswitch.switch_event_unbind C# (CSharp) Метод

switch_event_unbind() публичный статический Метод

public static switch_event_unbind ( SWIGTYPE_p_p_switch_event_node node ) : switch_status_t
node SWIGTYPE_p_p_switch_event_node
Результат switch_status_t
        public static switch_status_t switch_event_unbind(SWIGTYPE_p_p_switch_event_node node)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_event_unbind(SWIGTYPE_p_p_switch_event_node.getCPtr(node));
            return ret;
        }
freeswitch