C# Class Netric.Configuration.Service.ServiceConfiguration

Inheritance: IServiceConfiguration
Datei anzeigen Open project: MaciekLesiczka/netric

Public Methods

Method Description
GetLogs ( ) : IObservable
GetState ( ) : IObservable
Start ( ) : void
Stop ( ) : void

Method Details

GetLogs() public method

public GetLogs ( ) : IObservable
return IObservable

GetState() public method

public GetState ( ) : IObservable
return IObservable

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void