GrainServicesSiloBuilderExtensions Class

Definition

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.

Applies to