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

switch_scheduler_del_task_group() public static method

public static switch_scheduler_del_task_group ( string group ) : uint
group string
return uint
        public static uint switch_scheduler_del_task_group(string group)
        {
            uint ret = freeswitchPINVOKE.switch_scheduler_del_task_group(group);
            return ret;
        }
freeswitch