NetMQ.NetMQScheduler.GetScheduledTasks C# (CSharp) Method

GetScheduledTasks() protected method

Return a collection of the scheduled Tasks. (Not supported - for debug purposes only)
protected GetScheduledTasks ( ) : IEnumerable
return IEnumerable
        protected override IEnumerable<Task> GetScheduledTasks()
        {
            // this is not supported, also it's only important for debug purposes and doesn't get called in real time.
            throw new NotSupportedException();
        }