IAdapter Methods

Methods

DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
GetShortStatus Gets a short one-line adapter status.
Initialize Initializes the state of the object.
(Inherited from ISupportLifecycle)
SetTemporalConstraint Defines a temporal processing constraint for the adapter.
Start Starts the adapter, if it is not already running.
Stop Stops the adapter.

Extension Methods

InputMeasurementKeys Returns the MeasurementKey values of the IAdapter input measurements.
(Defined by IAdapterExtensions)
OutputMeasurementKeys Returns the MeasurementKey values of the IAdapter output measurements.
(Defined by IAdapterExtensions)
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)

See Also