ClusterMember Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, String) |
Initializes a new instance of the ClusterMember class. |
ClusterMember(SiloAddress, SiloStatus) |
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. |