# ClusterRefreshed Constructors

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

## ClusterRefreshed(SiloAddress, IReadOnlyDictionary&lt;SiloAddress, SiloRuntimeStatistics&gt;) {#constructor-orleans-runtime-siloaddress-system-collections-generic-ireadonlydict-43eadfb0}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.diagnostics.deploymentloadpublisherevents.clusterrefreshed/constructors/constructor-orleans-runtime-siloaddress-system-collections-generic-ireadonlydict-43eadfb0/)

[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.
