AttributesFactorySetPoolName 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 void SetPoolName(
string poolName
)
Public Sub SetPoolName (
poolName As String
)
public:
void SetPoolName(
String^ poolName
)
member SetPoolName :
poolName : string -> unit
Parameters
- poolName
- Type: SystemString
The name of the pool to attach to this region.
Remarks
The pool with the name specified must be already created.
See Also