RegionFactorySetPoolName Method |
Set the pool name for a Thin Client region.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic RegionFactory SetPoolName(
string poolName
)
Public Function SetPoolName (
poolName As String
) As RegionFactory
public:
RegionFactory^ SetPoolName(
String^ poolName
)
member SetPoolName :
poolName : string -> RegionFactory
Parameters
- poolName
- Type: SystemString
The name of the pool to attach to this region.
Return Value
Type:
RegionFactorythe instance of RegionFactory
Remarks
The pool with the name specified must be already created.
See Also