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

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

public GroupConfig(
	string name,
	string password
)

Parameters

name
Type: SystemString
the name of the group
password
Type: SystemString
the password of the group
Exceptions

ExceptionCondition
ArgumentExceptionif name or password is null.
See Also

Reference