Skip to content

ClusterMembershipUpdate Properties

Represents a cluster membership snapshot and changes from a previous snapshot.

Changes

get
View source
[Orleans.Id(0)]
public ImmutableArray<ClusterMember> Changes
Gets the changes.

Property value

The changes.

HasChanges

get
View source
public bool HasChanges
Gets a value indicating whether this instance has changes.

Property value

true if this instance has changes; otherwise, false.

Snapshot

get
View source
[Orleans.Id(1)]
public ClusterMembershipSnapshot Snapshot
Gets the snapshot.

Property value

The snapshot.