C# Class NetMQ.Sockets.PublisherSocket

Publisher socket, is the pub in pubsub pattern. publish a message to all subscribers which subscribed for the topic
Inheritance: NetMQSocket
Exibir arquivo Open project: NetMQ/NetMQ3-x Class Usage Examples

Private Methods

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