C# 클래스 NetMQ.NetMQSocketEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: NetMQ/NetMQ3-x 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Init void

공개 메소드들

메소드 설명
NetMQSocketEventArgs ( [ socket ) : System

Create a new NetMQSocketEventArgs referencing the given socket.

비공개 메소드들

메소드 설명
Init ( PollEvents events ) : void

Initialise the ReceiveReady and SendReady flags from the given PollEvents value.

메소드 상세

NetMQSocketEventArgs() 공개 메소드

Create a new NetMQSocketEventArgs referencing the given socket.
public NetMQSocketEventArgs ( [ socket ) : System
socket [ the NetMQSocket that this is in reference to
리턴 System