# IDeploymentConfiguration Methods

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

## GetAllSiloNames {#getallsilonames-99c9fc59}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.ideploymentconfiguration/methods/getallsilonames-99c9fc59/)

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

Get the silo instance names for all configured silos.

### Returns

The list of silo names.
