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

switch_event_unbind_callback() public static method

public static switch_event_unbind_callback ( SWIGTYPE_p_f_p_switch_event__void callback ) : switch_status_t
callback SWIGTYPE_p_f_p_switch_event__void
return switch_status_t
        public static switch_status_t switch_event_unbind_callback(SWIGTYPE_p_f_p_switch_event__void callback)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_event_unbind_callback(SWIGTYPE_p_f_p_switch_event__void.getCPtr(callback));
            return ret;
        }
freeswitch