Property | Type | Description | |
---|---|---|---|
ProcessPartitionMessages | void | ||
UpdateMetadata | void |
Method | Description | |
---|---|---|
GetShortStatus ( int maxLength ) : string |
Gets a short one-line status of this AdapterBase.
|
|
Initialize ( ) : void |
Initializes TimeSeriesProducer.
|
|
TimeSeriesConsumer ( ) : System |
Creates a new TimeSeriesConsumer instance.
|
Method | Description | |
---|---|---|
AttemptConnection ( ) : void |
Attempts to connect to data output stream. Derived classes should attempt connection to data output stream here. Any exceptions thrown by this implementation will result in restart of the connection cycle. |
|
AttemptDisconnection ( ) : void |
Attempts to disconnect from data output stream. Derived classes should attempt disconnect from data output stream here. Any exceptions thrown by this implementation will be reported to host via AdapterBase.ProcessException event. |
Method | Description | |
---|---|---|
ProcessPartitionMessages ( object state ) : void | ||
UpdateMetadata ( ) : void |
public GetShortStatus ( int maxLength ) : string | ||
maxLength | int | Maximum number of available characters for display. |
return | string |