ItemPublished(string, ChannelId, int)
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.
