ItemPublished
class
Namespace: Orleans.BroadcastChannel.Diagnostics
Event payload for when an item is published to a broadcast channel.
public sealed class ItemPublished : BroadcastChannelEventConstructors
ItemPublished(string, ChannelId, int)Event payload for when an item is published to a broadcast channel.
Fields
ChannelIdThe channel ID.SubscriberCountThe number of subscribers that will receive this item.
