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
Name |
Description |
pcontext |
The ZMQ context to create the socket in. |
Created with MrDocs