Creates a GroupConfig with the given group-name and default group-password
Namespace: Hazelcast.Config
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax
Parameters
- name
- Type: SystemString
the name of the group
Exceptions
Exception | Condition |
---|---|
ArgumentException | if name is null. |
See Also