# IManagementGrain.GetTotalActivationCount

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.imanagementgrain/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.imanagementgrain/methods/)

```csharp
public abstract Task<int> GetTotalActivationCount()
```

Return the total count of all current grain activations across all silos.

### Returns

The total number of grain activations across all silos.
