ItemDelivered
class
Namespace: Orleans.BroadcastChannel.Diagnostics
Event payload for when an item is delivered to a broadcast channel subscriber.
public sealed class ItemDelivered : BroadcastChannelEventConstructors
ItemDelivered(string, ChannelId, GrainId)Event payload for when an item is delivered to a broadcast channel subscriber.
Fields
ChannelIdThe channel ID.ConsumerGrainIdThe grain ID of the consumer.
