C# 클래스 NetMQ.NetMQSelector

For selecting on NetMQSocket or regualr .net Socket. This is for advanced usages, for most cases NetMQPoller is the suggested alternative.
파일 보기 프로젝트 열기: somdoron/netmq 1 사용 예제들

공개 메소드들

메소드 설명
Select ( [ items, int itemsCount, long timeout ) : bool

Select on NetMQSocket or Socket, similar behavior to Socket.Select.

메소드 상세

Select() 공개 메소드

Select on NetMQSocket or Socket, similar behavior to Socket.Select.
The internal select operation failed. is null. The socket has been stopped.
public Select ( [ items, int itemsCount, long timeout ) : bool
items [ Items to select on (must not be null)
itemsCount int Number of items in the array to select on
timeout long a time-out period, in milliseconds
리턴 bool