IaonSessionInputMeasurementKeysUpdatedHandler Method
Event handler for updates to adapter input measurement key definitions.
Namespace: Gemstone.Timeseries.AdaptersAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.165 -- Release Build+1fb84c70528ffb6fadca6f53885d2dbbac6b5235
public virtual void InputMeasurementKeysUpdatedHandler(
Object? sender,
EventArgs e
)
Public Overridable Sub InputMeasurementKeysUpdatedHandler (
sender As Object,
e As EventArgs
)
public:
virtual void InputMeasurementKeysUpdatedHandler(
Object^ sender,
EventArgs^ e
)
function InputMeasurementKeysUpdatedHandler(sender, e);
Parameters
- sender Object
- Sending object.
- e EventArgs
- Event arguments, if any.