GroupConfig ClassHazelcast .Net Client Class Library
Contains the configuration for Hazelcast groups.
Inheritance Hierarchy

SystemObject
  Hazelcast.ConfigGroupConfig

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

public sealed class GroupConfig

The GroupConfig type exposes the following members.

Constructors

  NameDescription
Public methodGroupConfig
Creates a GroupConfig with default group-name and group-password.
Public methodGroupConfig(String)
Creates a GroupConfig with the given group-name and default group-password
Public methodGroupConfig(String, String)
Creates a GroupConfig with the given group-name and group-password
Top
Methods

  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetName
Gets the name of the group.
Public methodGetPassword
Gets the password to connec to to the group.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetName
Sets the group name.
Public methodSetPassword
Sets the password.
Public methodToString (Overrides ObjectToString.)
Top
Fields

  NameDescription
Public fieldStatic memberDefaultGroupName
Public fieldStatic memberDefaultGroupPassword
Top
Remarks

Contains the configuration for Hazelcast groups. With groups it is possible to create multiple clusters where each cluster has its own group and doesn't interfere with other clusters.
See Also

Reference