DirectorySiloBuilderExtensions
class
Namespace: Orleans.Runtime.Hosting
Extension methods for registering grain directory implementations with a silo.
public static class DirectorySiloBuilderExtensionsMethods
AddGrainDirectory(IServiceCollection, string, Func<IServiceProvider, string, T>)Add a grain directory provider implementation to the silo. If the provider type implementsOrleans.ILifecycleParticipantit will automatically participate to the silo lifecycle.AddGrainDirectory(ISiloBuilder, string, Func<IServiceProvider, string, T>)Add a grain directory provider implementation to the silo. If the provider type implementsOrleans.ILifecycleParticipantit will automatically participate to the silo lifecycle.
