IClientSubscription Methods

Methods

ConfirmBufferBlock Handles the confirmation message received from the subscriber to indicate that a buffer block was received.
DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
GetShortStatus Gets a short one-line adapter status.
(Inherited from IAdapter)
Initialize Initializes the state of the object.
(Inherited from ISupportLifecycle)
OnProcessException Explicitly raises the ProcessException event.
OnProcessingCompleted Explicitly raises the ProcessingComplete event.
OnStatusMessage Explicitly raises the StatusMessage event.
QueueMeasurementsForProcessing Queues measurements for processing. Measurements are automatically filtered to the defined InputMeasurementKeys.
(Inherited from IActionAdapter)
SetTemporalConstraint Defines a temporal processing constraint for the adapter.
(Inherited from IAdapter)
Start Starts the adapter, if it is not already running.
(Inherited from IAdapter)
Stop Stops the adapter.
(Inherited from IAdapter)

Extension Methods

CreateTemporalSession Returns a new temporal IaonSession for a IClientSubscription.
(Defined by IClientSubscriptionExtensions)
DisposeTemporalSession Disposes a temporal IaonSession created using CreateTemporalSession(IClientSubscription).
(Defined by IClientSubscriptionExtensions)
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