Method | Description | |
---|---|---|
Select ( [ items, int itemsCount, long timeout ) : bool |
Select on NetMQSocket or Socket, similar behavior to Socket.Select.
|
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 |
return | bool |