Set the endpoints for a Thin Client region.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public void SetEndpoints( string endpoints ) |
| Visual Basic (Declaration) |
|---|
Public Sub SetEndpoints ( _ endpoints As String _ ) |
| Visual C++ |
|---|
public: void SetEndpoints ( String^ endpoints ) |
Parameters
- endpoints
- String
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
AttributesFactory Class
GemStone.GemFire.Cache Namespace