Lire en anglais

Partager via


StaticGatewayListProvider.GetGateways Méthode

Définition

Retourne la liste des passerelles (silos) qui peuvent être utilisées par un client pour se connecter au cluster Orleans. L’URI se présente sous la forme : « gwy.tcp://IP:port/Generation ». Pour plus d’informations sur le format URI, consultez Utils.ToGatewayUri et 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>>
override this.GetGateways : unit -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Uri>>
Public Function GetGateways () As Task(Of IList(Of Uri))

Retours

Liste des points de terminaison de passerelle.

Implémente

S’applique à