Edit

Share via


MembershipEntry.SiloName Property

Definition

the name of the specific silo instance within a cluster. If running in Azure - the name of this role instance. Set on silo startup.

public string SiloName { get; set; }
[Orleans.Id(5)]
public string SiloName { get; set; }
member this.SiloName : string with get, set
[<Orleans.Id(5)>]
member this.SiloName : string with get, set
Public Property SiloName As String

Property Value

Attributes

Applies to