共用方式為


IGatewayListProvider 介面

定義

提供一個入口網站資訊的介面。

public interface IGatewayListProvider
type IGatewayListProvider = interface
Public Interface IGatewayListProvider
衍生

屬性

IsUpdatable
已淘汰.

取得值,指出這個 IGatewayListProvider 是否重新整理其傳回的資訊,或一律傳回相同的閘道清單。

MaxStaleness

取得重新整理之間的時間週期。

方法

GetGateways()

傳回閘道清單, (尋址接收器) 可供用戶端用來連線到「聖地」叢集。 URI 的格式如下:「gwy.tcp://IP:port/Generation」。。 如需 Uri 格式的詳細資訊,請參閱 Utils.ToGatewayUri 和 Utils.ToSiloAddress。

InitializeGatewayListProvider()

初始化提供者,將會在所有其他方法之前呼叫。

InitializeGatewayListProvider(ClientConfiguration, Logger)

初始化提供者,將會在所有其他方法之前呼叫

適用於