Table of Contents

Class ClusterIdentifier

Namespace
GroupeIsa.Neos.ClusterCommunication.Multitenant
Assembly
GroupeIsa.Neos.ClusterCommunication.dll

Represents the cluster identifier.

public class ClusterIdentifier
Inheritance
ClusterIdentifier
Inherited Members

Constructors

ClusterIdentifier()

Initializes a new instance of the ClusterIdentifier class.

public ClusterIdentifier()

ClusterIdentifier(string, string)

Initializes a new instance of the ClusterIdentifier class.

public ClusterIdentifier(string clusterName, string clusterVersion)

Parameters

clusterName string

The cluster name.

clusterVersion string

The cluster version.

Properties

ClusterName

Gets or sets the cluster name.

public string ClusterName { get; set; }

Property Value

string

ClusterVersion

Gets or sets the cluster version.

public string ClusterVersion { get; set; }

Property Value

string