Compartilhar via


IGatewayListProvider.GetGateways Método

Definição

Retorna a lista de gateways (silos) que podem ser usados por um cliente para se conectar ao cluster do Orleans. O URI está na forma de: "gwy.tcp://IP:port/Generation". Consulte Utils.ToGatewayUri e Utils.ToSiloAddress para obter mais detalhes sobre o formato Uri.

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))

Retornos

A lista de pontos de extremidade de gateway.

Aplica-se a