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

switch_console_del_complete_func() public static method

public static switch_console_del_complete_func ( string name ) : switch_status_t
name string
return switch_status_t
        public static switch_status_t switch_console_del_complete_func(string name)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_console_del_complete_func(name);
            return ret;
        }
freeswitch