# ZooKeeperGatewayListProvider Constructors

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.clustering.zookeeper/orleans.runtime.membership.zookeepergatewaylistprovider/)

## ZooKeeperGatewayListProvider(ILogger&lt;ZooKeeperGatewayListProvider&gt;, IOptions&lt;ZooKeeperGatewayListProviderOptions&gt;, IOptions&lt;GatewayOptions&gt;, IOptions&lt;ClusterOptions&gt;) {#constructor-microsoft-extensions-logging-ilogger-orleans-runtime-membership-zook-cf086999}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.clustering.zookeeper/orleans.runtime.membership.zookeepergatewaylistprovider/constructors/constructor-microsoft-extensions-logging-ilogger-orleans-runtime-membership-zook-cf086999/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Clustering.ZooKeeper/ZooKeeperGatewayListProvider.cs#L27-L37)

```csharp
public ZooKeeperGatewayListProvider(ILogger<ZooKeeperGatewayListProvider> logger, IOptions<ZooKeeperGatewayListProviderOptions> options, IOptions<GatewayOptions> gatewayOptions, IOptions<ClusterOptions> clusterOptions)
```

### Parameters

- `logger` (`ILogger<ZooKeeperGatewayListProvider>`)
- `options` (`IOptions<ZooKeeperGatewayListProviderOptions>`)
- `gatewayOptions` (`IOptions<GatewayOptions>`)
- `clusterOptions` (`IOptions<ClusterOptions>`)
