ILocalSiloDetails Interface

Definition

Details of the local silo.

public interface ILocalSiloDetails
type ILocalSiloDetails = interface
Public Interface ILocalSiloDetails

Properties

ClusterId

Gets the cluster identity. This used to be called DeploymentId before Orleans 2.0 name.

DnsHostName

Gets the host name of this silo.

GatewayAddress

Gets the address of this silo's gateway proxy endpoint.

Name

Gets the name of this silo.

SiloAddress

Gets the address of this silo's inter-silo endpoint.

Applies to