CZMQAbstractPublishNotifier::Initialize

Initialize the publisher, binding or connecting its socket.

Synopsis

Declared in <zmq/zmqpublishnotifier.h>

virtual
bool
Initialize(void* pcontext) override;

Return Value

True on success, false if initialization failed.

Parameters

NameDescription
pcontextThe ZMQ context to create the socket in.