Click or drag to resize
CacheAttributesFactorySetEndpoints Method

Note: This API is now obsolete.

Sets endpoints list to be used at the cache-level.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
[ObsoleteAttribute("This method is obsolete since 3.5; use PoolFactory.AddServer or PoolFactory.AddLocator instead.")]
public void SetEndpoints(
	string endpoints
)

Parameters

endpoints
Type: SystemString
See Also