# Published Constructors

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

## Published(SiloAddress, SiloRuntimeStatistics) {#constructor-orleans-runtime-siloaddress-orleans-runtime-siloruntimestatistics-76826138}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.diagnostics.deploymentloadpublisherevents.published/constructors/constructor-orleans-runtime-siloaddress-orleans-runtime-siloruntimestatistics-76826138/)

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

```csharp
public Published(SiloAddress siloAddress, SiloRuntimeStatistics statistics)
```

Event payload for when a silo publishes its runtime statistics to the cluster.

### Parameters

- `siloAddress` (`SiloAddress`): The address of the silo publishing statistics.
- `statistics` (`SiloRuntimeStatistics`): The published runtime statistics.
