AzureSilo 类

定义

注意

This type is obsolete and may be removed in a future release. Use SiloHostBuilder to create an instance of ISiloHost instead.

在当前主机进程中运行的新奥尔良孤岛包装类。

public class AzureSilo
[System.Obsolete("This type is obsolete and may be removed in a future release. Use SiloHostBuilder to create an instance of ISiloHost instead.")]
public class AzureSilo
type AzureSilo = class
[<System.Obsolete("This type is obsolete and may be removed in a future release. Use SiloHostBuilder to create an instance of ISiloHost instead.")>]
type AzureSilo = class
Public Class AzureSilo
继承
AzureSilo
属性

构造函数

AzureSilo()
已过时.

构造函数

AzureSilo(ILoggerFactory)
已过时.

构造函数

属性

ConfigureSiloHostDelegate
已过时.

委托以将某些配置添加到客户端

DataConnectionConfigurationSettingName
已过时.

从此角色的 Azure 配置中查找 DataConnectionString 设置的配置键值的名称。 默认为 DataConnectionString

MaxRetries
已过时.

如果辅助接收器无法连接到此部署的主接收器,则重试的次数。 默认值为 120 次。

ProxyEndpointConfigurationKeyName
已过时.

从此角色的 Azure 配置中查找 OrleansProxyEndpoint 设置的配置键值的名称。 默认为 OrleansProxyEndpoint

SiloEndpointConfigurationKeyName
已过时.

从此角色的 Azure 配置中查找 OrleansSiloEndpoint 设置的配置键值的名称。 默认为 OrleansSiloEndpoint

StartupRetryPause
已过时.

如果辅助接收器无法连接到此部署的主接收器,则重试之前暂停的时间。 默认为 5 秒。

方法

CreateDefaultLoggerFactory(String)
已过时.

在当前主机进程中运行的新奥尔良孤岛包装类。

DefaultConfiguration()
已过时.

默认群集配置

Run()
已过时.

使这个新奥尔良接收器开始执行并变得活跃。 注意:此方法调用仅在接收器关闭时将控制权返回给调用方。

Run(CancellationToken)
已过时.

使这个新奥尔良接收器开始执行并变得活跃。 注意:此方法调用仅当接收器关闭或发出取消的外部请求时,才会将控制权返回给调用方。

Start(ClusterConfiguration, String)
已过时.

初始化此新奥尔良孤岛以执行

Start(String, String)
已过时.

初始化此新奥尔良孤岛以执行。 配置数据将像正常一样从接收器配置文件中读取

Stop()
已过时.

停止此新奥尔良孤岛执行。

ValidateConfiguration(ClusterConfiguration)
已过时.

用于验证特定群集配置的异步方法

适用于