IaonSessionRequestTemporalSupportHandler Method

Event handler for requesting temporal support.

Definition

Namespace: Gemstone.Timeseries.Adapters
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.136 -- Release Build+045677775a56d15698be6ced5ce5213063e47102
public virtual void RequestTemporalSupportHandler(
	Object? sender,
	EventArgs e
)

Parameters

sender  Object
Event source reference to adapter collection, typically an action adapter collection, that is requesting temporal support.
e  EventArgs
Event arguments are not used.

Remarks

Action adapter collections use this handler to make sure temporal support is initialized before setting up temporal sessions.

See Also