Edit

Share via


MembershipEntry.SuspectTimes Property

Definition

The list of silos that suspect this silo. Managed by the Membership Protocol.

public System.Collections.Generic.List<Tuple<Orleans.Runtime.SiloAddress,DateTime>> SuspectTimes { get; set; }
[Orleans.Id(2)]
public System.Collections.Generic.List<Tuple<Orleans.Runtime.SiloAddress,DateTime>> SuspectTimes { get; set; }
member this.SuspectTimes : System.Collections.Generic.List<Orleans.Runtime.SiloAddress * DateTime> with get, set
[<Orleans.Id(2)>]
member this.SuspectTimes : System.Collections.Generic.List<Orleans.Runtime.SiloAddress * DateTime> with get, set
Public Property SuspectTimes As List(Of Tuple(Of SiloAddress, DateTime))

Property Value

Attributes

Applies to