# InProcessTestCluster.GetSiloForAddress(SiloAddress)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.inprocesstestcluster/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.inprocesstestcluster/methods/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.TestingHost/InProcTestCluster.cs#L352-L354)

```csharp
public InProcessSiloHandle? GetSiloForAddress(SiloAddress siloAddress)
```

Find the silo handle for the specified silo address.

### Parameters

- `siloAddress` (`SiloAddress`): Silo address to be found.

### Returns

SiloHandle of the appropriate silo, or `null` if not found.
