Click or drag to resize
RegionFactorySetPoolName Method
Set the pool name for a Thin Client region.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public RegionFactory SetPoolName(
	string poolName
)

Parameters

poolName
Type: SystemString
The name of the pool to attach to this region.

Return Value

Type: RegionFactory
the instance of RegionFactory
Remarks
The pool with the name specified must be already created.
See Also