CZMQAbstractNotifier::Initialize

Initialize the notifier, creating its ZMQ socket.

Synopsis

Declared in <zmq/zmqabstractnotifier.h>

virtual
bool
Initialize(void* pcontext) = 0;

Return Value

True on success, false if initialization failed.

Parameters

NameDescription
pcontextThe ZMQ context to create the socket in.