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();
        }