Click or drag to resize
PoolFactorySetUpdateLocatorListInterval Method
Set how often to update locator list from locator

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public PoolFactory SetUpdateLocatorListInterval(
	int updateLocatorListInterval
)

Parameters

updateLocatorListInterval
Type: SystemInt32

Return Value

Type: PoolFactory
a instance of CacheFactory
See Also