C# Class BottomShelf.HelloWorld.HelloWorldService

Inheritance: HostedServiceBase
Mostrar archivo Open project: tyronegroves/BottomShelf

Public Methods

Method Description
HelloWorldService ( )
Start ( ) : void
Stop ( ) : void

Method Details

HelloWorldService() public method

public HelloWorldService ( )

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void