# IDeploymentConfiguration.GetAllSiloNames

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.ideploymentconfiguration/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.ideploymentconfiguration/methods/)

```csharp
public abstract IList<string> GetAllSiloNames()
```

Get the silo instance names for all configured silos.

### Returns

The list of silo names.
