# TimerEvent Fields

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

## GrainContext {#graincontext-a0eb982e}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.diagnostics.graintimerevents.timerevent/fields/graincontext-a0eb982e/)

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

```csharp
public readonly IGrainContext GrainContext
```

The grain context that owns the timer.

## Timer {#timer-daffa103}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.diagnostics.graintimerevents.timerevent/fields/timer-daffa103/)

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

```csharp
public readonly IGrainTimer Timer
```

The timer associated with the event.
