C# Class NetMQ.Core.Utils.Poller.PollSet

A PollSet contains a single Socket and an IPollEvents Handler that provides methods that signal when that socket is ready for reading or writing.
ファイルを表示 Open project: NetMQ/NetMQ3-x

Private Properties

Property Type Description

Public Methods

Method Description
PollSet ( [ socket, [ handler ) : System

Create a new PollSet object to hold the given Socket and IPollEvents handler.

Method Details

PollSet() public method

Create a new PollSet object to hold the given Socket and IPollEvents handler.
public PollSet ( [ socket, [ handler ) : System
socket [ the Socket to contain
handler [ the IPollEvents to signal when ready for reading or writing
return System