Condividi tramite


IGatewayListProvider.GetGateways Metodo

Definizione

Restituisce l'elenco di gateway (silo) che possono essere usati da un client per connettersi al cluster Orleans. L'URI è sotto forma di: "gwy.tcp://IP:port/Generation". Per altre informazioni sul formato URI, vedere Utils.ToGatewayUri e Utils.ToSiloAddress.

public System.Threading.Tasks.Task<System.Collections.Generic.IList<Uri>> GetGateways ();
abstract member GetGateways : unit -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Uri>>
Public Function GetGateways () As Task(Of IList(Of Uri))

Restituisce

Elenco di endpoint gateway.

Si applica a