ZooKeeperBasedMembershipTable.GetGateways 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回閘道清單, (定址接收器) 可供用戶端用來連線到「中樞」叢集。 URI 的格式為:「gwy.tcp://IP:port/Generation」。 如需 Uri 格式的詳細資訊,請參閱 Utils.ToGatewayUri 和 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))