C# Class openHistorianServiceHost.HistorianHost

Inheritance: IDisposable
Afficher le fichier Open project: GridProtectionAlliance/openHistorian Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void

Releases all the resources used by the HistorianHost object.

HistorianHost ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Releases the unmanaged resources used by the HistorianHost object and optionally releases the managed resources.

Method Details

Dispose() public méthode

Releases all the resources used by the HistorianHost object.
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

Releases the unmanaged resources used by the HistorianHost object and optionally releases the managed resources.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
Résultat void

HistorianHost() public méthode

public HistorianHost ( ) : System
Résultat System