# NamedServiceConfigurator

Package: [Microsoft.Orleans.Core](/orleans/docs/api/csharp/microsoft.orleans.core/) 10.0.0

[NuGet package](https://www.nuget.org/packages/Microsoft.Orleans.Core) | [Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core/Configuration/NamedServiceConfigurator.cs#L30)

```csharp
public class NamedServiceConfigurator : INamedServiceConfigurator
```

Component configurator base class for names services This associates any configurations or subcomponents with the same name as the service being configured

## Constructors

- [NamedServiceConfigurator(string, Action&lt;Action&lt;IServiceCollection&gt;&gt;)](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.hosting.namedserviceconfigurator/constructors/constructor-string-system-action-system-action-microsoft-extensions-dependencyin-d26f9ccc/)

## Properties

- [ConfigureDelegate](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.hosting.namedserviceconfigurator/properties/configuredelegate-d683ac1e/)
- [Name](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.hosting.namedserviceconfigurator/properties/name-7b31ab67/)
