# PullingAgentStopped Constructors

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streaming.diagnostics.streamingevents.pullingagentstopped/)

## PullingAgentStopped(string, SiloAddress?, QueueId) {#constructor-string-orleans-runtime-siloaddress-nullable-orleans-streams-queueid-534bad30}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streaming.diagnostics.streamingevents.pullingagentstopped/constructors/constructor-string-orleans-runtime-siloaddress-nullable-orleans-streams-queueid-534bad30/)

[Source](https://github.com/dotnet/orleans/blob/b7a9e3e1c9c54b3cec3a467c5734bf7744541bcf/src/Orleans.Streaming/Diagnostics/StreamingEvents.cs#L508-L513)

```csharp
public PullingAgentStopped(string streamProvider, SiloAddress? siloAddress, QueueId queueId)
```

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

### Parameters

- `streamProvider` (`string`): The name of the stream provider.
- `siloAddress` (`SiloAddress?`): The address of the silo.
- `queueId` (`QueueId`): The queue handled by the pulling agent.
