# SessionStop.SessionStop(SiloAddress, string, int)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.diagnostics.activationrebalancerevents.sessionstop/) | [Constructors](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.diagnostics.activationrebalancerevents.sessionstop/constructors/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Runtime/Diagnostics/ActivationRebalancerEvents.cs#L114-L124)

```csharp
public SessionStop(SiloAddress siloAddress, string reason, int totalCycles)
```

Event payload for when a rebalancing session stops.

### Parameters

- `siloAddress` (`SiloAddress`): The address of the silo hosting the rebalancer.
- `reason` (`string`): The reason the session stopped.
- `totalCycles` (`int`): The total number of cycles completed in the session.
