# ItemDelivered Fields

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.broadcastchannel/orleans.broadcastchannel.diagnostics.broadcastchannelevents.itemdelivered/)

## ChannelId {#channelid-3039b1a5}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.broadcastchannel/orleans.broadcastchannel.diagnostics.broadcastchannelevents.itemdelivered/fields/channelid-3039b1a5/)

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

```csharp
public readonly ChannelId ChannelId
```

The channel ID.

## ConsumerGrainId {#consumergrainid-9f387bf1}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.broadcastchannel/orleans.broadcastchannel.diagnostics.broadcastchannelevents.itemdelivered/fields/consumergrainid-9f387bf1/)

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

```csharp
public readonly GrainId ConsumerGrainId
```

The grain ID of the consumer.
