AddGrainService(IServiceCollection, Type)
staticextension
public static IServiceCollection AddGrainService(this IServiceCollection services, Type grainServiceType) Registers an application grain service to be started with the silo.
Parameters
servicesIServiceCollection- The service collection.
grainServiceTypeType- The grain service implementation type.
Returns
The service collection.
