NamedServiceConfigurator
class
Namespace: Orleans.Hosting
Component configurator base class for names services This associates any configurations or subcomponents with the same name as the service being configured
public class NamedServiceConfigurator : INamedServiceConfiguratorConstructors
NamedServiceConfigurator(string, Action<Action<IServiceCollection>>)Initializes a new instance of theNamedServiceConfiguratorclass.
Properties
ConfigureDelegateGets the delegate used to configure the service.NameGets the service name.
