C# Class HA4IoT.Core.Controller

Inheritance: IController
Afficher le fichier Open project: chkr1011/CK.HomeAutomation

Méthodes publiques

Méthode Description
Controller ( ControllerOptions options ) : System
RunAsync ( ) : Task
RunAsync ( IBackgroundTaskInstance taskInstance ) : Task

Private Methods

Méthode Description
ExposeRegistrationsToApi ( ) : void
RegisterServices ( ) : void
SetupLogger ( ) : void
StartHttpServer ( ) : void
Startup ( ) : void
StartupServices ( ) : void
TryConfigure ( ) : void

Method Details

Controller() public méthode

public Controller ( ControllerOptions options ) : System
options ControllerOptions
Résultat System

RunAsync() public méthode

public RunAsync ( ) : Task
Résultat Task

RunAsync() public méthode

public RunAsync ( IBackgroundTaskInstance taskInstance ) : Task
taskInstance IBackgroundTaskInstance
Résultat Task