# ClusterRefreshed

Package: [Microsoft.Orleans.Runtime](/orleans/docs/api/csharp/microsoft.orleans.runtime/) 10.0.0

[NuGet package](https://www.nuget.org/packages/Microsoft.Orleans.Runtime) | [Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Runtime/Diagnostics/DeploymentLoadPublisherEvents.cs#L88)

```csharp
public sealed class ClusterRefreshed : DeploymentLoadPublisherEvent
```

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

## Constructors

- [ClusterRefreshed(SiloAddress, IReadOnlyDictionary&lt;SiloAddress, SiloRuntimeStatistics&gt;)](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.diagnostics.deploymentloadpublisherevents.clusterrefreshed/constructors/constructor-orleans-runtime-siloaddress-system-collections-generic-ireadonlydict-43eadfb0/)

## Fields

- [SiloAddress](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.diagnostics.deploymentloadpublisherevents.clusterrefreshed/fields/siloaddress-26a79676/)
- [Statistics](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.diagnostics.deploymentloadpublisherevents.clusterrefreshed/fields/statistics-869c6ba7/)
