Edit

Share via


ClientConfiguration.Gateways Property

Definition

The list of the gateways to use. Each GatewayNode element specifies an outside grain client gateway node. If outside (non-Orleans) clients are to connect to the Orleans system, then at least one gateway node must be specified. Additional gateway nodes may be specified if desired, and will add some failure resilience and scalability. If multiple gateways are specified, then each client will select one from the list at random.

public System.Collections.Generic.IList<System.Net.IPEndPoint> Gateways { get; set; }
member this.Gateways : System.Collections.Generic.IList<System.Net.IPEndPoint> with get, set
Public Property Gateways As IList(Of IPEndPoint)

Property Value

Applies to