# SessionStop Fields

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

## Reason {#reason-d33f59b3}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.diagnostics.activationrebalancerevents.sessionstop/fields/reason-d33f59b3/)

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

```csharp
public readonly string Reason
```

The reason the session stopped.

## TotalCycles {#totalcycles-98bdb864}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.diagnostics.activationrebalancerevents.sessionstop/fields/totalcycles-98bdb864/)

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

```csharp
public readonly int TotalCycles
```

The total number of cycles completed in the session.
