Click or drag to resize
PoolFactory.AddLocator Method
Add a locator, given its host and port, to this factory.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public PoolFactory AddLocator(
	string host,
	int port
)

Parameters

host
Type: System.String
port
Type: System.Int32

Return Value

Type: PoolFactory
Exceptions
ExceptionCondition
throws IllegalArgumentException if host is an unknown host or if port is outside the valid range of [1..65535] inclusive.
throws IllegalStateException if a locator has already been added to this factory.
Remarks
The locator must be a server locator and will be used to discover other running bridge servers and locators.
See Also