Method | Description | |
---|---|---|
Connection ( string historianServer, string instanceName ) : System |
Creates a new openHistorian Connection.
|
|
Dispose ( ) : void |
Releases all the resources used by the Connection object.
|
|
OpenDatabase ( string instanceName = null ) : openHistorian.Snap.HistorianValue>.GSF.Snap.Services.ClientDatabaseBase |
Opens new database instance for this Connection.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases the unmanaged resources used by the Connection object and optionally releases the managed resources.
|
public Connection ( string historianServer, string instanceName ) : System | ||
historianServer | string | Historian server connection string, e.g., "localhost" or "myhistorian:38402" |
instanceName | string | Instance name of historian, e.g., "PPA". |
return | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
return | void |
public OpenDatabase ( string instanceName = null ) : openHistorian.Snap.HistorianValue>.GSF.Snap.Services.ClientDatabaseBase |
||
instanceName | string | Instance name of historian, e.g., "PPA" - or |
return | openHistorian.Snap.HistorianValue>.GSF.Snap.Services.ClientDatabaseBase |