C# Класс NetMQ.Sockets.DealerSocket

A DealerSocket is a NetMQSocket, whereby the dealer sends messages in a way intended to achieve load-balancing - which are received in a fair queueing manner.
Наследование: NetMQSocket
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DealerSocket ( string connectionString = null ) : NetMQ.Core

Create a new DealerSocket and attach socket to zero or more endpoints.

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

Метод Описание
DealerSocket ( SocketBase socketHandle ) : NetMQ.Core

Create a new DealerSocket based upon the given SocketBase.

Описание методов

DealerSocket() публичный Метод

Create a new DealerSocket and attach socket to zero or more endpoints.
public DealerSocket ( string connectionString = null ) : NetMQ.Core
connectionString string List of NetMQ endpoints, separated by commas and prefixed by '@' (to bind the socket) or '>' (to connect the socket). /// Default action is connect (if endpoint doesn't start with '@' or '>')
Результат NetMQ.Core