Skip to content

StreamingEvent Constructors

The base class used for streaming diagnostic events.

StreamingEvent(string, SiloAddress?)

View source
protected StreamingEvent(string streamProvider, SiloAddress? siloAddress)
The base class used for streaming diagnostic events.

Parameters

streamProviderstring
The name of the stream provider.
siloAddressSiloAddress?
The address of the silo associated with the event, if any.