ForgeTrust.Runnable.Core/IRunnableStartup.cs
IRunnableStartup
Type
IRunnableStartup
Defines the entry point for starting and running a Runnable application.
Method
CreateHostBuilder(StartupContext)
Creates and configures the for the application.
Method
RunAsync(StartupContext)
Runs the application asynchronously using the provided startup context.