NetMQ.Core.Reaper.OutEvent C# (CSharp) Method

OutEvent() public method

This method normally is for handling output-ready events, which don't apply here.
You must not call OutEvent on a Reaper.
public OutEvent ( ) : void
return void
        public void OutEvent()
        {
            throw new NotSupportedException();
        }