ClusterMember Class

Definition

Represents a cluster member.

[System.Serializable]
public sealed class ClusterMember : IEquatable<Orleans.Runtime.ClusterMember>
[System.Serializable]
[Orleans.GenerateSerializer]
[Orleans.Immutable]
public sealed class ClusterMember : IEquatable<Orleans.Runtime.ClusterMember>
[<System.Serializable>]
type ClusterMember = class
    interface IEquatable<ClusterMember>
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
[<Orleans.Immutable>]
type ClusterMember = class
    interface IEquatable<ClusterMember>
Public NotInheritable Class ClusterMember
Implements IEquatable(Of ClusterMember)
Inheritance
ClusterMember
Attributes
Implements

Constructors

ClusterMember(SiloAddress, SiloStatus)
ClusterMember(SiloAddress, SiloStatus, String)

Initializes a new instance of the ClusterMember class.

Properties

Name

Gets the silo name.

SiloAddress

Gets the silo address.

Status

Gets the silo status.

Methods

Equals(ClusterMember)

Indicates whether the current object is equal to another object of the same type.

Equals(Object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Serves as the default hash function.

ToString()

Returns a string that represents the current object.

Applies to