C# Класс GSF.TimeSeries.DebugHostBase

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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