Skip to content

BroadcastChannelEvent.BroadcastChannelEvent(string, SiloAddress?, string)

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.