PullingAgentStarted(string, SiloAddress?, QueueId, TimeSpan, TimeSpan)
public PullingAgentStarted(string streamProvider, SiloAddress? siloAddress, QueueId queueId, TimeSpan dueTime, TimeSpan period) Event payload for when a persistent stream pulling agent starts 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.
dueTimeTimeSpan- The initial due time for the queue pump timer.
periodTimeSpan- The queue pump timer period.
