Click or drag to resize

IAdapter Methods

The IAdapter 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.
Public method Initialize Initializes the state of the object.
(Inherited from ISupportLifecycle)
Public method SetTemporalConstraint Defines a temporal processing constraint for the adapter.
Public method Start Starts the adapter, if it is not already running.
Public method Stop Stops the adapter.
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