Click or drag to resize
PoolFactoryCreate Method
Create a new Pool for connecting a client to a set of GemFire Cache Servers. using this factory's settings for attributes.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public Pool Create(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: Pool
Exceptions
ExceptionCondition
throws IllegalStateException if a pool with name already exists throws IllegalStateException if a locator or server has not been added.
See Also