C# Class NetMQ.NetMQSocketEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: NetMQ/NetMQ3-x Class Usage Examples

Private Properties

Свойство Type Description
Init void

Méthodes publiques

Méthode Description
NetMQSocketEventArgs ( [ socket ) : System

Create a new NetMQSocketEventArgs referencing the given socket.

Private Methods

Méthode Description
Init ( PollEvents events ) : void

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

Method Details

NetMQSocketEventArgs() public méthode

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