Skip to content

BroadcastChannelEvent Constructors

The base class used for broadcast channel diagnostic events.

BroadcastChannelEvent(string)

View source
protected BroadcastChannelEvent(string providerName)
Initializes an event without cluster identity.

Parameters

providerNamestring
The name of the broadcast channel provider.

BroadcastChannelEvent(string, SiloAddress?, string)

View source
protected BroadcastChannelEvent(string providerName, SiloAddress? siloAddress, string clusterId)
The base class used for broadcast channel diagnostic events.

Parameters

providerNamestring
The name of the broadcast channel provider.
siloAddressSiloAddress?
The address of the silo associated with the event, if any.
clusterIdstring
The identifier of the cluster associated with the event.