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.

Definition

Namespace: Gemstone.Timeseries
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.178 -- Release Build+52bde36e42c7b2f52d1e2cc6bb29e593f446f07c
public void TerminateIaonSession()

Remarks

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.

See Also