CacheAttributesFactorySetEndpoints Method |
Note: This API is now obsolete.
Sets endpoints list to be used at the cache-level.
Namespace: GemStone.GemFire.Cache.GenericAssembly: 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
See Also