Property | Type | Description | |
---|---|---|---|
BulkInsert | void | ||
GetAllProperties | System.Reflection.PropertyInfo[] |
Method | Description | |
---|---|---|
AdoOutputAdapter ( ) : System |
Initializes a new instance of the AdoOutputAdapter class.
|
|
GetShortStatus ( int maxLength ) : string |
Gets a short one-line status of this AdoOutputAdapter.
|
|
Initialize ( ) : void |
Initializes this AdoOutputAdapter.
|
Method | Description | |
---|---|---|
AttemptConnection ( ) : void |
Attempts to connect to this AdoOutputAdapter.
|
|
AttemptDisconnection ( ) : void |
Attempts to disconnect from this AdoOutputAdapter.
|
|
Dispose ( bool disposing ) : void |
Releases the unmanaged resources used by the AdoOutputAdapter object and optionally releases the managed resources.
|
|
ProcessMeasurements ( IMeasurement measurements ) : void |
Archives measurements locally.
|
Method | Description | |
---|---|---|
BulkInsert ( IEnumerable |
||
GetAllProperties ( |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
return | void |
public GetShortStatus ( int maxLength ) : string | ||
maxLength | int | Maximum length of the status message. |
return | string |
protected ProcessMeasurements ( IMeasurement measurements ) : void | ||
measurements | IMeasurement | Measurements to be archived. |
return | void |