Host class

A program abstraction.

Implemented types
Available Extensions

Constructors

Host(ServiceProvider services, HostApplicationLifetime applicationLifetime, Logger logger, HostLifetime hostLifetime, Options<HostOptions> options)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
services ServiceProvider
no setter

Methods

dispose() → void
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
override
disposeAsync() Future<void>
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start([CancellationToken? cancellationToken]) Future<void>
Start the program.
stop([CancellationToken? cancellationToken]) Future<void>
Attempts to gracefully stop the program.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

createApplicationBuilder({HostApplicationBuilderSettings? settings}) HostApplicationBuilder
Initializes a new instance of the HostApplicationBuilder class with pre-configured defaults.
createDefaultBuilder() HostBuilder
Initializes a new instance of the HostBuilder class with pre-configured defaults.