C# Class HelloWorld.Publish.ServerEndpoint

Inheritance: IWantToRunAtStartup
Exibir arquivo Open project: Slesa/Playground

Public Properties

Property Type Description
stopWatch Stopwatch

Public Methods

Method Description
Run ( ) : void
Stop ( ) : void

Method Details

Run() public method

public Run ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Property Details

stopWatch public_oe property

public Stopwatch stopWatch
return Stopwatch