IaonSession Methods

Methods

ConfigurationChangedHandler Event handler for adapter notifications about configuration changes.
DefineSettings Establishes default settings for the config file.
Dispose Releases all the resources used by the IaonSession object.
Dispose(Boolean) Releases the unmanaged resources used by the IaonSession object and optionally releases the managed resources.
DisposedHandler Event handler for disposed events from all adapters.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
ExtractTemporalConfiguration Extracts a configuration that supports temporal processing from an existing real-time configuration.
Finalize Releases the unmanaged resources before the IaonSession object is reclaimed by GC.
(Overrides ObjectFinalize)
GetDerivedName Gets derived name of specified object.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
Initialize Initialize and start adapters.
InputMeasurementKeysUpdatedHandler Event handler for updates to adapter input measurement key definitions.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
NewMeasurementsHandler Event handler for new measurement notifications from input adapters and action adapters.
OnConfigurationChanged Raises ConfigurationChanged event.
OnDisposed Raises the Disposed event.
OnInputMeasurementKeysUpdated Raises InputMeasurementKeysUpdated event.
OnOutputMeasurementsUpdated Raises OutputMeasurementsUpdated event.
OnProcessException Raises ProcessException event.
OnProcessingComplete Raises the ProcessingComplete event.
OnStatusMessage(Object, String, MessageLevel) Raises the StatusMessage event.
OnStatusMessage(Object, String, MessageLevel, Object) Raises the StatusMessage event with a formatted status message.
OnUnprocessedMeasurements Raises the UnprocessedMeasurements event.
OnUnpublishedSamples Raises the UnpublishedSamples event.
OutputMeasurementsUpdatedHandler Event handler for updates to adapter output measurement definitions.
ProcessExceptionHandler Event handler for processing reported exceptions.
ProcessingCompleteHandler Event handler for processing complete notifications from input adapters.
RecalculateRoutingTables Recalculates routing tables as long as all adapters have been initialized.
RequestTemporalSupportHandler Event handler for requesting temporal support.
StatusMessageHandler Event handler for reporting status messages.
TemporalProcessingSupportExists Gets flag that determines if temporal processing is supported in this IaonSession.
ToStringReturns a string that represents the current object.
(Inherited from Object)
UnprocessedMeasurementsHandler Event handler for monitoring unprocessed measurements.
UnpublishedSamplesHandler Event handler for monitoring unpublished samples.

See Also