NetMQ.NetMQPoller.GetScheduledTasks C# (CSharp) Метод

GetScheduledTasks() защищенный Метод

Not supported.
Always thrown.
protected GetScheduledTasks ( ) : IEnumerable
Результат 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();
        }