ZooKeeperClusteringClientOptions.GetGateways Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the list of gateways (silos) that can be used by a client to connect to Orleans cluster. The Uri is in the form of: "gwy.tcp://IP:port/Generation". See Utils.ToGatewayUri and Utils.ToSiloAddress for more details about Uri format.
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))