ChooseIOThread() private method

private ChooseIOThread ( long affinity ) : NetMQ.Core.IOThread
affinity long
return NetMQ.Core.IOThread
Example #1
0
 protected IOThread ChooseIOThread(long affinity)
 {
     return(m_ctx.ChooseIOThread(affinity));
 }