Skip to content

SiloAddress

class

Namespace: Orleans.Runtime

Data class encapsulating the details of silo addresses.
[Orleans.Immutable]
[System.Text.Json.Serialization.JsonConverter(Orleans.Runtime.SiloAddressConverter)]
[Orleans.SuppressReferenceTracking]
public sealed class SiloAddress : IComparable<SiloAddress>, IEquatable<SiloAddress>, IFormattable, IParsable<SiloAddress>, ISpanFormattable, IUtf8SpanParsable<SiloAddress>

Properties

  • Endpoint Gets the endpoint.
  • Generation Gets the generation.
  • IsClient Gets a value indicating whether this instance represents a client (versus a server).
  • ZeroGets the special constant value which indicate an empty SiloAddress.

Methods