Table of Contents

Interface IHost

Namespace
nanoFramework.Hosting
Assembly
nanoFramework.Hosting.dll

A program abstraction.

public interface IHost : IDisposable
Inherited Members
Extension Methods

Properties

Services

The programs configured services.

IServiceProvider Services { get; }

Property Value

IServiceProvider

Methods

Start()

Start the program.

void Start()

Exceptions

AggregateException

One or more hosted services failed to start.

Stop()

Attempts to gracefully stop the program.

void Stop()

Exceptions

AggregateException

One or more hosted services failed to stop.