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

switch_loadable_module_unload_module() public static method

public static switch_loadable_module_unload_module ( string dir, string fname, switch_bool_t force, string &err ) : switch_status_t
dir string
fname string
force switch_bool_t
err string
return switch_status_t
        public static switch_status_t switch_loadable_module_unload_module(string dir, string fname, switch_bool_t force, ref string err)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_loadable_module_unload_module(dir, fname, (int)force, ref err);
            return ret;
        }
freeswitch