Click or drag to resize

DataListener Properties

The DataListener type exposes the following members.

Properties
  Name Description
Public property CacheData Gets or sets a boolean value that indicates whether the Data is to be updated with the latest time-series data.
Protected property CanRaiseEvents Gets a value indicating whether the component can raise an event.
(Inherited from Component)
Public property ConnectToServer Gets or sets a boolean value that indicates whether the DataListener will connect to the Server for receiving the time-series data or the Server will make a connection to the DataListener on the specified Port for sending time-series data.
Public property Container Gets the IContainer that contains the Component.
(Inherited from Component)
Public property Data Gets the newest time-series data received by the DataListener.
Protected property DesignMode Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component)
Public property Enabled Gets or sets a boolean value that indicates whether the DataListener is currently enabled.
Protected property Events Gets the list of event handlers that are attached to this Component.
(Inherited from Component)
Public property ID Gets or sets the alpha-numeric identifier of the DataListener.
Public property InitializeData Gets or sets a boolean value that indicates whether the DataListener will initialize the Data from the Server on startup.
Public property InitializeDataTimeout Gets or sets the time (in milliseconds) to wait for the Data to be initialized from the Server on Startup.
Public property IsDisposed Gets a flag that indicates whether the object has been disposed.
Public property Name Gets the unique identifier of the DataListener.
Public property Parser Gets the underlying PacketParser used the DataListener for extracting the time-series data.
Public property PersistSettings Gets or sets a boolean value that indicates whether the settings of DataListener are to be saved to the config file.
Public property Port Gets or sets the network port of the Server where the DataListener will connect to get the time-series data.
Public property Protocol Gets or sets the TransportProtocol to be used for receiving time-series data from the Server.
Public property RunTime Gets the up-time (in seconds) of the DataListener.
Public property Server Gets or sets the DNS name or IP address of the server from where the DataListener will get the time-series data.
Public property SettingsCategory Gets or sets the category under which the settings of DataListener are to be saved to the config file if the PersistSettings property is set to true.
Public property Site Gets or sets the ISite of the Component.
(Inherited from Component)
Public property Status Gets the descriptive status of the DataListener.
Public property TotalBytesReceived Gets the total number of bytes received by the DataListener since it was Started.
Public property TotalPacketsReceived Gets the total number of packets received by the DataListener since it was Started.
Top
See Also