# AdoNetGatewayListProvider Properties

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

## IsUpdatable {#isupdatable-8e888830}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.clustering.adonet/orleans.runtime.membership.adonetgatewaylistprovider/properties/isupdatable-8e888830/)

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

```csharp
public bool IsUpdatable
```

Gets a value indicating whether this IGatewayListProvider ever refreshes its returned information, or always returns the same gateway list.

## MaxStaleness {#maxstaleness-e8f16129}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.clustering.adonet/orleans.runtime.membership.adonetgatewaylistprovider/properties/maxstaleness-e8f16129/)

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

```csharp
public TimeSpan MaxStaleness
```

Gets the period of time between refreshes.
