AttributesFactorySetEndpoints Method |
Note: This API is now obsolete.
Set the endpoints for a Thin Client region.
Namespace: GemStone.GemFire.CacheAssembly: 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
)
<ObsoleteAttribute("This method is obsolete since 3.5; use PoolFactory.AddServer or PoolFactory.AddLocator instead.")>
Public Sub SetEndpoints (
endpoints As String
)
public:
[ObsoleteAttribute(L"This method is obsolete since 3.5; use PoolFactory.AddServer or PoolFactory.AddLocator instead.")]
void SetEndpoints(
String^ endpoints
)
[<ObsoleteAttribute("This method is obsolete since 3.5; use PoolFactory.AddServer or PoolFactory.AddLocator instead.")>]
member SetEndpoints :
endpoints : string -> unit
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