C# Class NetMQ.NetMQSelector

For selecting on NetMQSocket or regualr .net Socket. This is for advanced usages, for most cases NetMQPoller is the suggested alternative.
Exibir arquivo Open project: somdoron/netmq Class Usage Examples

Public Methods

Method Description
Select ( [ items, int itemsCount, long timeout ) : bool

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

Method Details

Select() public method

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
return bool