Click or drag to resize
CacheAttributesFactory.SetEndpoints Method

Note: This API is now obsolete.

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

Namespace: GemStone.GemFire.Cache
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: System.String
See Also