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

switch_xml_unbind_search_function() public static method

public static switch_xml_unbind_search_function ( SWIGTYPE_p_p_switch_xml_binding binding ) : switch_status_t
binding SWIGTYPE_p_p_switch_xml_binding
return switch_status_t
        public static switch_status_t switch_xml_unbind_search_function(SWIGTYPE_p_p_switch_xml_binding binding)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_xml_unbind_search_function(SWIGTYPE_p_p_switch_xml_binding.getCPtr(binding));
            return ret;
        }
freeswitch