Click or drag to resize

IActionAdapter Methods

The IActionAdapter type exposes the following members.

Methods
  Name Description
Public method Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Public method GetShortStatus Gets a short one-line adapter status.
(Inherited from IAdapter)
Public method Initialize Initializes the state of the object.
(Inherited from ISupportLifecycle)
Public method QueueMeasurementsForProcessing Queues measurements for processing. Measurements are automatically filtered to the defined InputMeasurementKeys.
Public method SetTemporalConstraint Defines a temporal processing constraint for the adapter.
(Inherited from IAdapter)
Public method Start Starts the adapter, if it is not already running.
(Inherited from IAdapter)
Public method Stop Stops the adapter.
(Inherited from IAdapter)
Top
Extension Methods
  Name Description
Public Extension Method InputMeasurementKeys Returns the MeasurementKey values of the IAdapter input measurements.
(Defined by IAdapterExtensions)
Public Extension Method OutputMeasurementKeys Returns the MeasurementKey values of the IAdapter output measurements.
(Defined by IAdapterExtensions)
Public Extension Method TemporalConstraintIsDefined Returns true if IAdapter has a temporal constraint defined, i.e., either StartTimeConstraint or StopTimeConstraint is not set to its default value.
(Defined by IAdapterExtensions)
Top
See Also