StaticGatewayListProvider 类

定义

IGatewayListProvider 返回通过 StaticGatewayListProviderOptions配置的静态列表的实现。

public class StaticGatewayListProvider : Orleans.Messaging.IGatewayListProvider
type StaticGatewayListProvider = class
    interface IGatewayListProvider
Public Class StaticGatewayListProvider
Implements IGatewayListProvider
继承
StaticGatewayListProvider
实现

构造函数

StaticGatewayListProvider(IOptions<StaticGatewayListProviderOptions>, IOptions<GatewayOptions>)

初始化 StaticGatewayListProvider 类的新实例。

属性

IsUpdatable

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

MaxStaleness

获取刷新之间的时间段。

方法

GetGateways()

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

InitializeGatewayListProvider()

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

适用于