ServiceHostBaseTerminateIaonSession Method
Terminates the Iaon session and all dependent resources (health/status
exporters, reporting processes, reload config queue, and run-time log)
without disposing the
ServiceHostBase itself. This allows
the workload to be restarted later via
ReinitializeIaonSession.
Namespace: Gemstone.TimeseriesAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.171 -- Release Build+3ecaf8b66f8331a5e50f9e43ac234abd50096934
public void TerminateIaonSession()
Public Sub TerminateIaonSession
public:
void TerminateIaonSession()
function TerminateIaonSession();
This is intended for failover scenarios where a node must stop processing
data when it transitions to standby, yet remain alive so that it can
resume processing when it becomes active again.