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.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic Pool Create(
string name
)
Public Function Create (
name As String
) As Pool
public:
Pool^ Create(
String^ name
)
member Create :
name : string -> Pool
Parameters
- name
- Type: SystemString
Return Value
Type:
Pool
ExceptionsException | Condition |
---|
|
throws IllegalStateException if a pool with name already exists
throws IllegalStateException if a locator or server has not been added.
|
See Also