Skip to content

QuantumGate::Extender::PreShutdownCallback

Karel Donk edited this page Dec 10, 2019 · 1 revision

This callback function gets called by the QuantumGate instance to notify an extender that the shut down procedure has been initiated for this extender. The extender should stop all activity and prepare for deinitialization before returning from this function.

Declaration

Callback<void(void)>;
Clone this wiki locally