C# 클래스 NetMQ.Sockets.PullSocket

Part of the push pull pattern, will pull messages from push socket
상속: NetMQSocket
파일 보기 프로젝트 열기: NetMQ/NetMQ3-x 1 사용 예제들

공개 메소드들

메소드 설명
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