# Removed Constructors

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

## Removed(SiloAddress, SiloAddress) {#constructor-orleans-runtime-siloaddress-orleans-runtime-siloaddress-0d8f8bc5}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.diagnostics.deploymentloadpublisherevents.removed/constructors/constructor-orleans-runtime-siloaddress-orleans-runtime-siloaddress-0d8f8bc5/)

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

```csharp
public Removed(SiloAddress removedSilo, SiloAddress observerSilo)
```

Event payload for when a silo's statistics are removed from the cache.

### Parameters

- `removedSilo` (`SiloAddress`): The address of the silo whose statistics were removed.
- `observerSilo` (`SiloAddress`): The address of the silo that removed the statistics.
