NetMQ.NetMQSocketEventArgs.NetMQSocketEventArgs C# (CSharp) Method

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
        public NetMQSocketEventArgs([NotNull] NetMQSocket socket)
        {
            Socket = socket;
        }
NetMQSocketEventArgs