C# Class openHistorian.Net.HistorianServer

Represents a historian server instance that can be used to read and write time-series data.
Inheritance: IDisposable
Afficher le fichier Open project: GridProtectionAlliance/openHistorian Class Usage Examples

Méthodes publiques

Méthode Description
AddDatabase ( HistorianServerDatabaseConfig database ) : void

Adds the supplied database to this server.

Dispose ( ) : void
HistorianServer ( ) : System

Creates a new HistorianServer

HistorianServer ( HistorianServerDatabaseConfig database, int port = null ) : System
HistorianServer ( int port ) : System

Creates a new HistorianServer instance.

RemoveDatabase ( string database ) : void

Removes the supplied database from the historian.

this ( string databaseName ) : HistorianIArchive

Accesses SnapServerDatabaseBase for given databaseName.

Method Details

AddDatabase() public méthode

Adds the supplied database to this server.
public AddDatabase ( HistorianServerDatabaseConfig database ) : void
database HistorianServerDatabaseConfig
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

HistorianServer() public méthode

Creates a new HistorianServer
public HistorianServer ( ) : System
Résultat System

HistorianServer() public méthode

public HistorianServer ( HistorianServerDatabaseConfig database, int port = null ) : System
database HistorianServerDatabaseConfig
port int
Résultat System

HistorianServer() public méthode

Creates a new HistorianServer instance.
public HistorianServer ( int port ) : System
port int
Résultat System

RemoveDatabase() public méthode

Removes the supplied database from the historian.
public RemoveDatabase ( string database ) : void
database string
Résultat void

this() public méthode

Accesses SnapServerDatabaseBase for given databaseName.
public this ( string databaseName ) : HistorianIArchive
databaseName string Name of database instance to access.
Résultat HistorianIArchive