BroadcastChannelEvent(string, SiloAddress?, string)
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.
