Initialize the notifier, creating its ZMQ socket.
Declared in <zmq/zmqabstractnotifier.h>
virtual
bool
Initialize(void* pcontext) = 0;
True on success, false if initialization failed.
| Name | Description |
|---|---|
| pcontext | The ZMQ context to create the socket in. |