Skip to content

ZooKeeperGatewayListProvider Properties

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

IsUpdatable

get
View source
public bool IsUpdatable
Specifies whether this IGatewayListProvider ever refreshes its returned information, or always returns the same gw list. (currently only the static config based StaticGatewayListProvider is not updatable. All others are.)

MaxStaleness

get
View source
public TimeSpan MaxStaleness
Specifies how often this IGatewayListProvider is refreshed, to have a bound on max staleness of its returned information.