BroadcastChannelEvent
class
Namespace: Orleans.BroadcastChannel.Diagnostics
The base class used for broadcast channel diagnostic events.
public abstract class BroadcastChannelEventConstructors
BroadcastChannelEvent(string)Initializes an event without cluster identity.BroadcastChannelEvent(string, SiloAddress?, string)The base class used for broadcast channel diagnostic events.
Fields
ClusterIdThe identifier of the cluster associated with the event.ProviderNameThe name of the broadcast channel provider.SiloAddressThe address of the silo associated with the event, if any.
