GroupConfig Constructor (String)Hazelcast .Net Client Class Library
Creates a GroupConfig with the given group-name and default group-password

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

public GroupConfig(
	string name
)

Parameters

name
Type: SystemString
the name of the group
Exceptions

ExceptionCondition
ArgumentExceptionif name is null.
See Also

Reference