ClusterMembershipUpdate.Snapshot Property
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.
Gets the snapshot.
public Orleans.Runtime.ClusterMembershipSnapshot Snapshot { get; }
[Orleans.Id(1)]
public Orleans.Runtime.ClusterMembershipSnapshot Snapshot { get; }
member this.Snapshot : Orleans.Runtime.ClusterMembershipSnapshot
[<Orleans.Id(1)>]
member this.Snapshot : Orleans.Runtime.ClusterMembershipSnapshot
Public ReadOnly Property Snapshot As ClusterMembershipSnapshot
Property Value
The snapshot.
- Attributes