C# 클래스 openHistorianServiceHost.HistorianHost

상속: IDisposable
파일 보기 프로젝트 열기: GridProtectionAlliance/openHistorian 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Releases all the resources used by the HistorianHost object.

HistorianHost ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

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

메소드 상세

Dispose() 공개 메소드

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

Dispose() 보호된 메소드

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.
리턴 void

HistorianHost() 공개 메소드

public HistorianHost ( ) : System
리턴 System