# PullingAgentManagerState Constructors

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

## PullingAgentManagerState(string, SiloAddress?, QueueId[], int) {#constructor-string-orleans-runtime-siloaddress-nullable-orleans-streams-queueid-f74eff61}

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

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

```csharp
public PullingAgentManagerState(string streamProvider, SiloAddress? siloAddress, QueueId[] currentQueues, int runningAgents)
```

Event payload for when a pulling agent manager reports its current queue assignments.

### Parameters

- `streamProvider` (`string`): The name of the stream provider.
- `siloAddress` (`SiloAddress?`): The address of the silo.
- `currentQueues` (`QueueId[]`): The queues currently owned by the manager.
- `runningAgents` (`int`): The number of running pulling agents.
