Method | Description | |
---|---|---|
GetHistorianData ( string instanceName, System.DateTime startTime, System.DateTime stopTime, ulong measurementIDs, Resolution resolution, int seriesLimit, bool forceLimit ) : IEnumerable |
Read historian data from server.
|
|
GetInstanceNames ( ) : IEnumerable |
Gets loaded historian adapter instance names.
|
|
GetSelectedInstanceName ( ) : string |
Gets selected instance name.
|
|
HistorianQueryHubClient ( ) : System |
Creates a new HistorianQueryHubClient.
|
|
SetSelectedInstanceName ( string instanceName ) : void |
Set selected instance name.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases the unmanaged resources used by the HistorianQueryHubClient object and optionally releases the managed resources.
|
Method | Description | |
---|---|---|
GetConnection ( string instanceName ) : SnapClient | ||
GetDatabase ( string instanceName ) : HistorianValue>.ClientDatabaseBase |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
return | void |
public GetHistorianData ( string instanceName, System.DateTime startTime, System.DateTime stopTime, ulong measurementIDs, Resolution resolution, int seriesLimit, bool forceLimit ) : IEnumerable |
||
instanceName | string | Historian instance name. |
startTime | System.DateTime | Start time of query. |
stopTime | System.DateTime | Stop time of query. |
measurementIDs | ulong | Measurement IDs to query - or |
resolution | Resolution | Resolution for data query. |
seriesLimit | int | Maximum number of points per series. |
forceLimit | bool | Flag that determines if series limit should be strictly enforced. |
return | IEnumerable |
public SetSelectedInstanceName ( string instanceName ) : void | ||
instanceName | string | Instance name that is selected by user. |
return | void |