MembershipEntry.HostName 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.
The DNS host name of the silo. Equals to Dns.GetHostName(). Set on silo startup.
public string HostName { get; set; }
[Orleans.Id(4)]
public string HostName { get; set; }
member this.HostName : string with get, set
[<Orleans.Id(4)>]
member this.HostName : string with get, set
Public Property HostName As String
Property Value
- Attributes