Compartir a través de


ZooKeeperClusteringClientOptions.GetGateways Método

Definición

Devuelve la lista de puertas de enlace (silos) que un cliente puede usar para conectarse al clúster de Orleans. El URI tiene la forma de: "gwy.tcp://IP:port/Generation". Consulte Utils.ToGatewayUri y Utils.ToSiloAddress para obtener más detalles sobre el 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>>
override this.GetGateways : unit -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Uri>>
Public Function GetGateways () As Task(Of IList(Of Uri))

Devoluciones

Implementaciones

Se aplica a