IGatewayListProvider 接口

定义

提供 Orleans 网关信息的接口。

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

属性

IsUpdatable
已过时.

获取一个值,该值指示此 IGatewayListProvider 是刷新其返回的信息,还是始终返回相同的网关列表。

MaxStaleness

获取刷新之间的时间段。

方法

GetGateways()

返回网关列表 (接收器) ,客户端可以使用这些网关连接到 Orleans 群集。 URI 的格式为:“gwy.tcp://IP:port/Generation”。 有关 Uri 格式的更多详细信息,请参阅 Utils.ToGatewayUri 和 Utils.ToSiloAddress。

InitializeGatewayListProvider()

初始化提供程序,将在所有其他方法之前调用。

InitializeGatewayListProvider(ClientConfiguration, Logger)

初始化提供程序,将在所有其他方法之前调用

适用于