SiloBuilderStartupExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The silo builder startup extensions.
public static class SiloBuilderStartupExtensions
type SiloBuilderStartupExtensions = class
Public Module SiloBuilderStartupExtensions
- Inheritance
-
SiloBuilderStartupExtensions
Methods
AddStartupTask(ISiloBuilder, Func<IServiceProvider,CancellationToken,Task>, Int32) |
Adds a startup task to be executed when the silo has started. |
AddStartupTask(ISiloBuilder, IStartupTask, Int32) |
Adds a startup task to be executed when the silo has started. |
AddStartupTask(ISiloHostBuilder, Func<IServiceProvider,CancellationToken,Task>, Int32) |
Adds a startup task to be executed when the silo has started. |
AddStartupTask(ISiloHostBuilder, IStartupTask, Int32) |
Adds a startup task to be executed when the silo has started. |
AddStartupTask<TStartup>(ISiloBuilder, Int32) |
Adds a startup task to be executed when the silo has started. |
AddStartupTask<TStartup>(ISiloHostBuilder, Int32) |
Adds a startup task to be executed when the silo has started. |