Method | Description | |
---|---|---|
Disconnect ( ) : void | ||
Process ( TaskCompleted completed ) : void | ||
ReceiveMessage ( ) : bool | ||
Reconnect ( ) : void | ||
TcpGateway ( NetMQContext ctx, string endpoint, MessageProcessor processor ) : System |
Method | Description | |
---|---|---|
connect ( ) : NetMQSocket | ||
connect_raw ( ) : NetMQSocket | ||
socket_ReceiveReady ( object sender, NetMQSocketEventArgs e ) : void |
public Process ( TaskCompleted completed ) : void | ||
completed | TaskCompleted | |
return | void |
public TcpGateway ( NetMQContext ctx, string endpoint, MessageProcessor processor ) : System | ||
ctx | NetMQContext | |
endpoint | string | |
processor | MessageProcessor | |
return | System |