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

switch_xml_reload() public static method

public static switch_xml_reload ( string &err ) : switch_status_t
err string
return switch_status_t
        public static switch_status_t switch_xml_reload(ref string err)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_xml_reload(ref err);
            return ret;
        }
freeswitch