NetMQ.NetMQPoller.GetScheduledTasks C# (CSharp) Method

GetScheduledTasks() protected method

Not supported.
Always thrown.
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();
        }