# Received Constructors

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

## Received(SiloAddress, SiloAddress, SiloRuntimeStatistics) {#constructor-orleans-runtime-siloaddress-orleans-runtime-siloaddress-orleans-runt-46ff3ded}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.diagnostics.deploymentloadpublisherevents.received/constructors/constructor-orleans-runtime-siloaddress-orleans-runtime-siloaddress-orleans-runt-46ff3ded/)

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

```csharp
public Received(SiloAddress fromSilo, SiloAddress receiverSilo, SiloRuntimeStatistics statistics)
```

Event payload for when a silo receives runtime statistics from another silo.

### Parameters

- `fromSilo` (`SiloAddress`): The address of the silo that sent the statistics.
- `receiverSilo` (`SiloAddress`): The address of the silo that received the statistics.
- `statistics` (`SiloRuntimeStatistics`): The received runtime statistics.
