# Disposed Constructors

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.diagnostics.graintimerevents.disposed/)

## Disposed(IGrainContext, IGrainTimer) {#constructor-orleans-runtime-igraincontext-orleans-runtime-igraintimer-d6f2b114}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.diagnostics.graintimerevents.disposed/constructors/constructor-orleans-runtime-igraincontext-orleans-runtime-igraintimer-d6f2b114/)

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

```csharp
public Disposed(IGrainContext grainContext, IGrainTimer timer)
```

Event payload for when a grain timer is disposed.

### Parameters

- `grainContext` (`IGrainContext`): The grain context that owns the timer.
- `timer` (`IGrainTimer`): The timer instance.
