This method returns the list of endpoints (servername:portnumber) separated by commas.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
public string Endpoints{ get;} |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Endpoints As String |
| Visual C++ |
|---|
public: property String^ Endpoints { String^ get (); } |
Return Value
list of endpoints
See Also
RegionAttributes Class
GemStone.GemFire.Cache Namespace