RegionAttributesEndpoints Property |
This method returns the list of endpoints (servername:portnumber) separated by commas.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic string Endpoints { get; }
Public ReadOnly Property Endpoints As String
Get
public:
property String^ Endpoints {
String^ get ();
}
member Endpoints : string with get
Return Value
Type:
Stringlist of endpoints
See Also