C# Class NetMQ.Sockets.PushSocket

A PushSocket is a NetMQSocket intended to be used as the "Push" part of the Push-Pull pattern. This will "push" messages to be pulled by the "pull" socket.
Inheritance: NetMQSocket
ファイルを表示 Open project: NetMQ/NetMQ3-x Class Usage Examples

Private Methods

Method Description
Receive ( NetMQ.zmq.Msg &msg, SendReceiveOptions options ) : void