|   | Data | 
The DataSubscriber type exposes the following members.
 Methods
Methods
        | Name | Description | |
|---|---|---|
|   | AttemptConnection | Attempts to connect to this DataSubscriber. (Overrides InputAdapterBaseAttemptConnection) | 
|   | AttemptDisconnection | Attempts to disconnect from this DataSubscriber. (Overrides InputAdapterBaseAttemptDisconnection) | 
|   | Authenticate | Authenticates subscriber to a data publisher. | 
|   | Dispose | Releases all the resources used by the AdapterBase object. (Inherited from AdapterBase) | 
|   | Dispose(Boolean) | Releases the unmanaged resources used by the DataSubscriber object and optionally releases the managed resources. (Overrides InputAdapterBaseDispose(Boolean)) | 
|   | DisposeLocalConcentrator | Disposes of any previously defined local concentrator. | 
|   | DumpOutageLog | Displays the contents of the outage log. | 
|   | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | 
|   | Finalize | Releases the unmanaged resources before the AdapterBase object is reclaimed by GC. (Inherited from AdapterBase) | 
|   | GetAuthorizedSignalIDs | Returns the measurements signal IDs that were authorized after the last successful subscription request. | 
|   | GetDataGapRecoverySubscriptionStatus | Gets the status of the temporal DataSubscriber used by the data gap recovery module. | 
|   | GetHashCode | Serves as a hash function for the current AdapterBase. (Inherited from AdapterBase) | 
|   | GetLoggingPath | Gets file path for any defined logging path. | 
|   | GetShortStatus | Gets a short one-line status of this DataSubscriber. (Overrides AdapterBaseGetShortStatus(Int32)) | 
|   | GetType | Gets the Type of the current instance. (Inherited from Object) | 
|   | GetUnauthorizedSignalIDs | Returns the measurements signal IDs that were unauthorized after the last successful subscription request. | 
|   | IncrementProcessedMeasurements | Safely increments the total processed measurements. (Inherited from AdapterBase) | 
|   | Initialize | Initializes DataSubscriber. (Overrides InputAdapterBaseInitialize) | 
|   | InterpretResponseMessage | Get message from string based response. | 
|   | LocallySynchronizedSubscribe | Obsolete. Subscribes (or re-subscribes) to a data publisher for a locally synchronized set of data points. | 
|   | LogDataGap | Log a data gap for data gap recovery. | 
|   | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | 
|   | OnConfigurationChanged | Raises ConfigurationChanged event. (Inherited from AdapterBase) | 
|   | OnConnected | Called when data input source connection is established. (Inherited from InputAdapterBase) | 
|   | OnConnectionAuthenticated | Raises the ConnectionAuthenticated event. | 
|   | OnConnectionEstablished | Raises the ConnectionEstablished event. | 
|   | OnConnectionTerminated | Raises the ConnectionTerminated event. | 
|   | OnDataStartTime | Raises the DataStartTime event. | 
|   | OnDisconnected | Called when data input source is disconnected. (Inherited from InputAdapterBase) | 
|   | OnInputMeasurementKeysUpdated | Raises InputMeasurementKeysUpdated event. (Inherited from AdapterBase) | 
|   | OnMetaDataReceived | Raises the MetaDataReceived event. | 
|   | OnNewMeasurements | Raises the NewMeasurements event. (Inherited from InputAdapterBase) | 
|   | OnNotificationReceived | Raises the NotificationReceived event. | 
|   | OnOutputMeasurementsUpdated | Raises OutputMeasurementsUpdated event. (Inherited from AdapterBase) | 
|   | OnProcessException(Exception) | Obsolete. Raises the ProcessException event. (Inherited from AdapterBase) | 
|   | OnProcessException(MessageLevel, Exception, String, MessageFlags) | Raises ProcessException event. (Overrides AdapterBaseOnProcessException(MessageLevel, Exception, String, MessageFlags)) | 
|   | OnProcessingComplete | Raises the ProcessingComplete event. (Inherited from InputAdapterBase) | 
|   | OnProcessingComplete(String) | Raises the ProcessingComplete event. | 
|   | OnReceivedServerResponse | Raises the ReceivedServerResponse event. | 
|   | OnReceivedUserCommandResponse | Raises the ReceivedUserCommandResponse event. | 
|   | OnServerConfigurationChanged | Raises the ServerConfigurationChanged event. | 
|   | OnStatusMessage(String) | Obsolete. Raises the StatusMessage event. (Inherited from AdapterBase) | 
|   | OnStatusMessage(String, Object) | Obsolete. Raises the StatusMessage event with a formatted status message. (Inherited from AdapterBase) | 
|   | OnStatusMessage(MessageLevel, String, String, MessageFlags) | Raises the StatusMessage event and sends this data to the Logger. (Inherited from AdapterBase) | 
|   | RefreshMetadata | Initiate a meta-data refresh. | 
|   | RemotelySynchronizedSubscribe | Obsolete. Subscribes (or re-subscribes) to a data publisher for a remotely synchronized set of data points. | 
|   | RemoveDataGap | Remove a data gap from data gap recovery. | 
|   | ResetLifetimeCounters | Resets the counters for the lifetime statistics without interrupting the adapter's operations. | 
|   | SendServerCommand(ServerCommand, Byte) | Sends a server command to the publisher connection. | 
|   | SendServerCommand(ServerCommand, String) | Sends a server command to the publisher connection with associated message data. | 
|   | SetInitializedState | Manually sets the initialized state of the AdapterBase. (Inherited from AdapterBase) | 
|   | SetTemporalConstraint | Defines a temporal processing constraint for the adapter. (Inherited from AdapterBase) | 
|   | Start | Starts this InputAdapterBase and initiates connection cycle to data input source. (Inherited from InputAdapterBase) | 
|   | Stop | Stops this InputAdapterBase and disconnects from data input source. (Inherited from InputAdapterBase) | 
|   | Subscribe(SubscriptionInfo) | Subscribes (or re-subscribes) to a data publisher for a set of data points. | 
|   | Subscribe(Boolean, Boolean, String) | Subscribes (or re-subscribes) to a data publisher for a set of data points. | 
|   | SynchronizedSubscribe | Subscribes (or re-subscribes) to a data publisher for a synchronized set of data points. | 
|   | SynchronizeMetadata | Handles meta-data synchronization to local system. | 
|   | SynchronizeMetadata(DataSet) | Spawn meta-data synchronization. | 
|   | ToString | Returns a string that represents the current object. (Inherited from Object) | 
|   | Unsubscribe | Unsubscribes from a data publisher. | 
|   | UnsynchronizedSubscribe(UnsynchronizedSubscriptionInfo) | Subscribes (or re-subscribes) to a data publisher for an unsynchronized set of data points. | 
|   | UnsynchronizedSubscribe(Boolean, Boolean, String, String, Boolean, Double, Double, Boolean, String, String, String, Int32, String, Int32) | Obsolete. Subscribes (or re-subscribes) to a data publisher for an unsynchronized set of data points. | 
 Extension Methods
Extension Methods
        | Name | Description | |
|---|---|---|
|   | GetEnumValueOrDefault | Gets the enumeration constant for value, if defined in the enumeration, or a default value. (Defined by EnumExtensions) | 
|   | GetEnumValueOrDefaultT | Gets the enumeration constant for this value, if defined in the enumeration, or a default value. (Defined by EnumExtensions) | 
 See Also
See Also