ClusterMembershipUpdate
class
Namespace: Orleans.Runtime
Represents a cluster membership snapshot and changes from a previous snapshot.
[Orleans.GenerateSerializer][Orleans.Immutable]public sealed class ClusterMembershipUpdateConstructors
ClusterMembershipUpdate(ClusterMembershipSnapshot, ImmutableArray<ClusterMember>)Initializes a new instance of theClusterMembershipUpdateclass.
Properties
ChangesGets the changes.HasChangesGets a value indicating whether this instance has changes.SnapshotGets the snapshot.
