Sets the group name.
Namespace: Hazelcast.Config
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.7.1
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