C# Class NSBManager.Instrumentation.Core.EndpointMonitor

Inheritance: IEndpointMonitor
Exibir arquivo Open project: andreasohlund/NSBManager Class Usage Examples

Public Methods

Method Description
EndpointMonitor ( IBus bus, ITransportInspector transportInspector, IHostInspector hostInspector ) : System
Start ( ) : void

Method Details

EndpointMonitor() public method

public EndpointMonitor ( IBus bus, ITransportInspector transportInspector, IHostInspector hostInspector ) : System
bus IBus
transportInspector ITransportInspector
hostInspector IHostInspector
return System

Start() public method

public Start ( ) : void
return void