C# Class openHistorianServiceHost.HistorianHost

Inheritance: IDisposable
显示文件 Open project: GridProtectionAlliance/openHistorian Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Releases all the resources used by the HistorianHost object.

HistorianHost ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

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

Method Details

Dispose() public method

Releases all the resources used by the HistorianHost object.
public Dispose ( ) : void
return void

Dispose() protected method

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.
return void

HistorianHost() public method

public HistorianHost ( ) : System
return System