Class Pull
Represents an operator that creates a pull socket for receiving a sequence of messages as part of the push-pull pattern.
public class Pull : Source<NetMQMessage>
- Inheritance
-
Source<NetMQMessage>Pull
- Inherited Members
Properties
- ConnectionString
Gets or sets a value specifying the endpoints to attach the socket to.
Methods
- Generate()
Creates a pull socket for receiving an observable sequence of multiple part messages as part of the push-pull pattern.