| GroupConfig Constructor (String) |
Creates a
GroupConfig with the given group-name and default group-password
Namespace:
Hazelcast.Config
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax public GroupConfig(
string name
)
Public Sub New (
name As String
)
public:
GroupConfig(
String^ name
)
new :
name : string -> GroupConfig
Parameters
- name
- Type: SystemString
the name of the group
Exceptions Exception | Condition |
---|
ArgumentException | if name is null. |
See Also