Click or drag to resize

GroupConfigSetName Method

Sets the group name.

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.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