ClusterMembershipUpdate 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 membership snapshot and changes from a previous snapshot.
[System.Serializable]
public sealed class ClusterMembershipUpdate
[System.Serializable]
[Orleans.GenerateSerializer]
[Orleans.Immutable]
public sealed class ClusterMembershipUpdate
[<System.Serializable>]
type ClusterMembershipUpdate = class
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
[<Orleans.Immutable>]
type ClusterMembershipUpdate = class
Public NotInheritable Class ClusterMembershipUpdate
- Inheritance
-
ClusterMembershipUpdate
- Attributes
Constructors
ClusterMembershipUpdate(ClusterMembershipSnapshot, ImmutableArray<ClusterMember>) |
Initializes a new instance of the ClusterMembershipUpdate class. |
Properties
Changes |
Gets the changes. |
HasChanges |
Gets a value indicating whether this instance has changes. |
Snapshot |
Gets the snapshot. |