Interface IHostedService
- Namespace
- nanoFramework.Hosting
- Assembly
- nanoFramework.Hosting.dll
Defines methods for objects that are managed by the host.
public interface IHostedService
- Extension Methods
Methods
Start()
Triggered when the application host is ready to start the service.
void Start()
Stop()
Triggered when the application host is performing a graceful shutdown.
void Stop()