GroupConfigSetName Method Hazelcast .Net Client Class Library
Sets the group name.

Namespace: Hazelcast.Config
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.2
Syntax

public GroupConfig SetName(
	string name
)

Parameters

name
Type: SystemString
the name to set

Return Value

Type: GroupConfig
the updated GroupConfig.
Exceptions

ExceptionCondition
ArgumentExceptionif name is null.
Remarks

Sets the group name.
See Also

Reference