C# Class NetMQ.NetMQSocketEventArgs

Inheritance: System.EventArgs
Show file Open project: NetMQ/NetMQ3-x Class Usage Examples

Private Properties

Property Type Description
Init void

Public Methods

Method Description
NetMQSocketEventArgs ( [ socket ) : System

Create a new NetMQSocketEventArgs referencing the given socket.

Private Methods

Method Description
Init ( PollEvents events ) : void

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

Method Details

NetMQSocketEventArgs() public method

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