Skip to content

ItemPublished.ItemPublished(string, ChannelId, int)

ItemPublished(string, ChannelId, int)

View source
public ItemPublished(string providerName, ChannelId channelId, int subscriberCount)
Event payload for when an item is published to a broadcast channel.

Parameters

providerNamestring
The name of the broadcast channel provider.
channelIdChannelId
The channel ID.
subscriberCountint
The number of subscribers that will receive this item.