# ItemDelivered Constructors

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

## ItemDelivered(string, ChannelId, GrainId) {#constructor-string-orleans-broadcastchannel-channelid-orleans-runtime-grainid-41702256}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.broadcastchannel/orleans.broadcastchannel.diagnostics.broadcastchannelevents.itemdelivered/constructors/constructor-string-orleans-broadcastchannel-channelid-orleans-runtime-grainid-41702256/)

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

```csharp
public ItemDelivered(string providerName, ChannelId channelId, GrainId consumerGrainId)
```

Event payload for when an item is delivered to a broadcast channel subscriber.

### Parameters

- `providerName` (`string`): The name of the broadcast channel provider.
- `channelId` (`ChannelId`): The channel ID.
- `consumerGrainId` (`GrainId`): The grain ID of the consumer.
