Click or drag to resize
CacheFactorySetUpdateLocatorListInterval 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 CacheFactory SetUpdateLocatorListInterval(
	int updateLocatorListInterval
)

Parameters

updateLocatorListInterval
Type: SystemInt32

Return Value

Type: CacheFactory
a instance of CacheFactory
See Also