Click or drag to resize
AttributesFactorySetEndpoints Method

Note: This API is now obsolete.

Set the endpoints for a Thin Client region.

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: SystemString
The list of host:port pairs separated by commas.
Remarks
If the endpoints are set then the region is taken to be a Thin-client region that interacts with the GemFire Java cacheserver.
See Also