C# Class NSBManager.Instrumentation.HostMonitor

Inheritance: IWantToRunAtStartup
Exibir arquivo Open project: andreasohlund/NSBManager

Public Methods

Method Description
HostMonitor ( IEndpointMonitor endpointMonitor ) : System
Run ( ) : void
Stop ( ) : void

Method Details

HostMonitor() public method

public HostMonitor ( IEndpointMonitor endpointMonitor ) : System
endpointMonitor IEndpointMonitor
return System

Run() public method

public Run ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void