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

Part of the push pull pattern, will pull messages from push socket
Наследование: NetMQSocket
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
PullSocket ( string connectionString = null ) : System

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

TrySend ( NetMQ.zmq.Msg &msg, System.TimeSpan timeout, bool more ) : bool

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

Метод Описание
PullSocket ( NetMQ.zmq.SocketBase socketHandle ) : System

Create a new PullSocket based upon the given SocketBase.

Send ( NetMQ.zmq.Msg &msg, SendReceiveOptions options ) : void

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

PullSocket() публичный метод

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

TrySend() публичный метод

public TrySend ( NetMQ.zmq.Msg &msg, System.TimeSpan timeout, bool more ) : bool
msg NetMQ.zmq.Msg
timeout System.TimeSpan
more bool
Результат bool