GrainServicesSiloBuilderExtensions 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.
Extension methods for registering grain services.
public static class GrainServicesSiloBuilderExtensions
type GrainServicesSiloBuilderExtensions = class
Public Module GrainServicesSiloBuilderExtensions
- Inheritance
-
GrainServicesSiloBuilderExtensions
Methods
AddGrainService(IServiceCollection, Type) |
Registers an application grain service to be started with the silo. |
AddGrainService<T>(IServiceCollection) |
Registers an application grain service to be started with the silo. |
AddGrainService<T>(ISiloBuilder) |
Registers an application grain service to be started with the silo. |
AddGrainService<T>(ISiloHostBuilder) |
Registers an application grain service to be started with the silo. |