C# 클래스 GSF.TimeSeries.DebugHostBase

파일 보기 프로젝트 열기: GridProtectionAlliance/gsf

공개 프로퍼티들

프로퍼티 타입 설명
ServiceHost ServiceHostBase

공개 메소드들

메소드 설명
DebugHostBase ( ) : System

Creates a new instance of the DebugHostBase windows form.

보호된 메소드들

메소드 설명
DebugHostLoading ( ) : void

Invoked when the debug host is loading. By default this launches the remote service client.

DebugHostUnloading ( ) : void

Invoked when the debug host is unloading. By default this shuts down the remote service client.

비공개 메소드들

메소드 설명
DebugHost_FormClosing ( object sender, FormClosingEventArgs e ) : void
DebugHost_Load ( object sender, EventArgs e ) : void
DebugHost_Resize ( object sender, EventArgs e ) : void
exitToolStripMenuItem_Click ( object sender, EventArgs e ) : void
showToolStripMenuItem_Click ( object sender, EventArgs e ) : void

메소드 상세

DebugHostBase() 공개 메소드

Creates a new instance of the DebugHostBase windows form.
public DebugHostBase ( ) : System
리턴 System

DebugHostLoading() 보호된 메소드

Invoked when the debug host is loading. By default this launches the remote service client.
protected DebugHostLoading ( ) : void
리턴 void

DebugHostUnloading() 보호된 메소드

Invoked when the debug host is unloading. By default this shuts down the remote service client.
protected DebugHostUnloading ( ) : void
리턴 void

프로퍼티 상세

ServiceHost 공개적으로 프로퍼티

Reference to instance of ServiceHostBase.
public ServiceHostBase,GSF.TimeSeries ServiceHost
리턴 ServiceHostBase