Click or drag to resize

IClientSubscription Methods

The IClientSubscription type exposes the following members.

Methods
  Name Description
Public method ConfirmBufferBlock Handles the confirmation message received from the subscriber to indicate that a buffer block was received.
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 OnProcessException Explicitly raises the ProcessException event.
Public method OnProcessingCompleted Explicitly raises the ProcessingComplete event.
Public method OnStatusMessage Explicitly raises the StatusMessage event.
Public method QueueMeasurementsForProcessing Queues measurements for processing. Measurements are automatically filtered to the defined InputMeasurementKeys.
(Inherited from IActionAdapter)
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 CreateTemporalSession Returns a new temporal IaonSession for a IClientSubscription.
(Defined by IClientSubscriptionExtensions)
Public Extension Method DisposeTemporalSession Disposes a temporal IaonSession created using CreateTemporalSession(IClientSubscription).
(Defined by IClientSubscriptionExtensions)
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