ClusterMembershipSnapshot 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 snapshot of cluster membership.
[System.Serializable]
public sealed class ClusterMembershipSnapshot
[System.Serializable]
[Orleans.GenerateSerializer]
[Orleans.Immutable]
public sealed class ClusterMembershipSnapshot
[<System.Serializable>]
type ClusterMembershipSnapshot = class
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
[<Orleans.Immutable>]
type ClusterMembershipSnapshot = class
Public NotInheritable Class ClusterMembershipSnapshot
- Inheritance
-
ClusterMembershipSnapshot
- Attributes
Constructors
ClusterMembershipSnapshot(ImmutableDictionary<SiloAddress,ClusterMember>, MembershipVersion) |
Initializes a new instance of the ClusterMembershipSnapshot class. |
Properties
Members |
Gets the cluster members. |
Version |
Gets the cluster membership version. |
Methods
AsUpdate() |
Returns a ClusterMembershipUpdate which represents this instance. |
CreateUpdate(ClusterMembershipSnapshot) |
Returns a ClusterMembershipUpdate which represents the change in cluster membership from the provided snapshot to this instance. |
GetSiloStatus(SiloAddress) |
Gets status of the specified silo. |
ToString() | Returns a string that represents the current object. |