Skip to content

ItemDelivered Constructors

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

ItemDelivered(string, ChannelId, GrainId)

View source
public ItemDelivered(string providerName, ChannelId channelId, GrainId consumerGrainId)
Event payload for when an item is delivered to a broadcast channel subscriber.

Parameters

providerNamestring
The name of the broadcast channel provider.
channelIdChannelId
The channel ID.
consumerGrainIdGrainId
The grain ID of the consumer.