Click or drag to resize

DataSubscriber Events

The DataSubscriber type exposes the following members.

Events
  Name Description
Public event ConfigurationChanged Event is raised when adapter is aware of a configuration change.
(Inherited from AdapterBase)
Public event ConnectionAuthenticated Occurs when client connection to the data publication server has successfully authenticated.
Public event ConnectionEstablished Occurs when client connection to the data publication server is established.
Public event ConnectionTerminated Occurs when client connection to the data publication server is terminated.
Public event DataStartTime Occurs when first measurement is transmitted by data publication server.
Public event Disposed Event is raised when AdapterBase is disposed.
(Inherited from AdapterBase)
Public event ExceededParsingExceptionThreshold Occurs when number of parsing exceptions exceed AllowedParsingExceptions during ParsingExceptionWindow.
Public event InputMeasurementKeysUpdated Event is raised when InputMeasurementKeys are updated.
(Inherited from AdapterBase)
Public event MetaDataReceived Occurs when client receives requested meta-data transmitted by data publication server.
Public event NewMeasurements Provides new measurements from input adapter.
(Inherited from InputAdapterBase)
Public event NotificationReceived Occurs when a notification has been received from the DataPublisher.
Public event OutputMeasurementsUpdated Event is raised when OutputMeasurements are updated.
(Inherited from AdapterBase)
Public event ProcessException Event is raised when there is an exception encountered while processing.
(Inherited from AdapterBase)
Public event ProcessingComplete Indicates that processing for an input adapter (via temporal session) has completed.
Public event ReceivedServerResponse Occurs when client receives response from the server.
Public event ReceivedUserCommandResponse Occurs when client receives message from the server in response to a user command.
Public event ServerConfigurationChanged Occurs when the server has sent a notification that its configuration has changed, this can allow subscriber to request updated meta-data if desired.
Public event StatusMessage Provides status messages to consumer.
(Inherited from AdapterBase)
Top
See Also