C# Класс 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.
Наследование: NetMQSocket
Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
Receive ( NetMQ.zmq.Msg &msg, SendReceiveOptions options ) : void