Sets the group name.
Namespace: Hazelcast.Config
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax
Parameters
- name
- Type: SystemString
the name to set
Return Value
Type: GroupConfigthe updated GroupConfig.
Exceptions
Exception | Condition |
---|---|
ArgumentException | if name is null. |
Remarks
See Also