# ClusterRefreshed.ClusterRefreshed(SiloAddress, IReadOnlyDictionary&lt;SiloAddress, SiloRuntimeStatistics&gt;)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.diagnostics.deploymentloadpublisherevents.clusterrefreshed/) | [Constructors](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.diagnostics.deploymentloadpublisherevents.clusterrefreshed/constructors/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Runtime/Diagnostics/DeploymentLoadPublisherEvents.cs#L88-L100)

```csharp
public ClusterRefreshed(SiloAddress siloAddress, IReadOnlyDictionary<SiloAddress, SiloRuntimeStatistics> statistics)
```

Event payload for when a silo completes refreshing statistics from all cluster members.

### Parameters

- `siloAddress` (`SiloAddress`): The address of the silo that completed the refresh.
- `statistics` (`IReadOnlyDictionary<SiloAddress, SiloRuntimeStatistics>`): The current cached cluster statistics.
