ClusterMember
class
Namespace: Orleans.Runtime
Represents a cluster member.
[Orleans.GenerateSerializer][Orleans.Immutable]public sealed class ClusterMember : IEquatable<ClusterMember>, IFormattable, ISpanFormattableConstructors
ClusterMember(SiloAddress, SiloStatus, string)Initializes a new instance of theClusterMemberclass.
Properties
NameGets the silo name.SiloAddressGets the silo address.StatusGets 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.GetHashCodeServes as the default hash function.ToStringReturns a string that represents the current object.
