Skip to content

PullingAgentStopped Constructors

Event payload for when a persistent stream pulling agent stops for a queue.

PullingAgentStopped(string, SiloAddress?, QueueId)

View source
public PullingAgentStopped(string streamProvider, SiloAddress? siloAddress, QueueId queueId)
Event payload for when a persistent stream pulling agent stops for a queue.

Parameters

streamProviderstring
The name of the stream provider.
siloAddressSiloAddress?
The address of the silo.
queueIdQueueId
The queue handled by the pulling agent.