# AdoNetGatewayListProvider.InitializeGatewayListProvider

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.clustering.adonet/orleans.runtime.membership.adonetgatewaylistprovider/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.clustering.adonet/orleans.runtime.membership.adonetgatewaylistprovider/methods/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/AdoNet/Orleans.Clustering.AdoNet/Messaging/AdoNetGatewayListProvider.cs#L48-L50)

```csharp
public Task InitializeGatewayListProvider()
```

Initializes the provider, will be called before all other methods.

### Returns

A `System.Threading.Tasks.Task` representing the work performed.
