Condividi tramite


ZooKeeperGatewayListProvider.GetGateways Metodo

Definizione

Restituisce l'elenco di gateway (silos) 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>>
override this.GetGateways : unit -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Uri>>
Public Function GetGateways () As Task(Of IList(Of Uri))

Restituisce

Implementazioni

Si applica a