Skip to content

MembershipEntry

class

Namespace: Orleans

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
[Orleans.GenerateSerializer]
public sealed class MembershipEntry : IFormattable, ISpanFormattable

Constructors

Properties

  • FaultZone
  • HostName The DNS host name of the silo. Equals to Dns.GetHostName(). Set on silo startup.
  • IAmAliveTime the last time this silo reported that it is alive. For diagnostics and troubleshooting only.
  • ProxyPort Silo to clients TCP port. Set on silo startup.
  • RoleName
  • SiloAddress The silo unique identity (ip:port:epoch). Used mainly by the Membership Protocol.
  • SiloName the name of the specific silo instance within a cluster. If running in Azure - the name of this role instance. Set on silo startup.
  • StartTime Time this silo was started. For diagnostics and troubleshooting only.
  • Status The silo status. Managed by the Membership Protocol.
  • SuspectTimes The list of silos that suspect this silo. Managed by the Membership Protocol.
  • UpdateZone

Methods