ZooKeeperGatewayListProvider.IsUpdatable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.)
public bool IsUpdatable { get; }
member this.IsUpdatable : bool
Public ReadOnly Property IsUpdatable As Boolean