# Received Fields

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

## FromSilo {#fromsilo-d47c83fb}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.diagnostics.deploymentloadpublisherevents.received/fields/fromsilo-d47c83fb/)

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

```csharp
public readonly SiloAddress FromSilo
```

The address of the silo that sent the statistics.

## ReceiverSilo {#receiversilo-ebfbf63e}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.diagnostics.deploymentloadpublisherevents.received/fields/receiversilo-ebfbf63e/)

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

```csharp
public readonly SiloAddress ReceiverSilo
```

The address of the silo that received the statistics.

## Statistics {#statistics-0896f2c6}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.diagnostics.deploymentloadpublisherevents.received/fields/statistics-0896f2c6/)

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

```csharp
public readonly SiloRuntimeStatistics Statistics
```

The received runtime statistics.
