C# 클래스 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.
파일 보기 프로젝트 열기: NetMQ/NetMQ3-x

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
PollSet ( [ socket, [ handler ) : System

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

메소드 상세

PollSet() 공개 메소드

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
리턴 System