SiloMemoryStreamConfigurator<TSerializer>(string, Action<Action<IServiceCollection>>)
public SiloMemoryStreamConfigurator(string name, Action<Action<IServiceCollection>> configureServicesDelegate) Initializes a new instance of the
Orleans.Hosting.SiloMemoryStreamConfigurator class. Parameters
namestring- The stream provider name.
configureServicesDelegateAction<Action<IServiceCollection>>- The services configuration delegate.
