ZooKeeperBasedMembershipTable.GetGateways Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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))