Spring GemFire 1.0.1 API Reference

ClientRegionFactoryObject.Endpoints Property

Sets the endpoints for a client region. It is a comma separated list of host:port pairs.

[Visual Basic]
Public WriteOnly Property Endpoints() As String
   Public Set
   End Set
End Property
[C#]
public string Endpoints { public set; }

Property Value

The endpoints.

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

ClientRegionFactoryObject Class | Spring.Data.GemFire Namespace