C# Class GSF.TimeSeries.DebugHostBase

ファイルを表示 Open project: GridProtectionAlliance/gsf

Public Properties

Property Type Description
ServiceHost ServiceHostBase

Public Methods

Method Description
DebugHostBase ( ) : System

Creates a new instance of the DebugHostBase windows form.

Protected Methods

Method Description
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.

Private Methods

Method Description
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

Method Details

DebugHostBase() public method

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

DebugHostLoading() protected method

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

DebugHostUnloading() protected method

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

Property Details

ServiceHost public_oe property

Reference to instance of ServiceHostBase.
public ServiceHostBase,GSF.TimeSeries ServiceHost
return ServiceHostBase