ServiceHostBaseReinitializeIaonSession Method

Reinitializes the Iaon session and all dependent resources after a previous call to TerminateIaonSession. This recreates the run-time log, Iaon session, configuration loaders, exporters, reporting processes, and triggers a full system initialization.

Definition

Namespace: Gemstone.Timeseries
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.171 -- Release Build+3ecaf8b66f8331a5e50f9e43ac234abd50096934
public void ReinitializeIaonSession()

Remarks

This is intended for failover scenarios where a standby node has been elected as the new active node and must resume processing data.

See Also