AzureClient 类

定义

注意

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

用于初始化在 Azure 中运行的新奥尔良客户端的实用工具类。

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

字段

MaxRetries
已过时.

搜索要连接到的网关接收器时要尝试的重试次数。

StartupRetryPause
已过时.

每次重试尝试前暂停的时间。

属性

ConfigureClientDelegate
已过时.

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

ConfigureLoggingDelegate
已过时.

委托以配置日志记录,默认为未配置任何记录器

IsInitialized
已过时.

新奥尔良 Azure 客户端运行时是否已初始化

方法

DefaultConfiguration()
已过时.

返回用于传递给 AzureClient 的默认客户端配置对象。

Initialize()
已过时.

在此 Azure 进程中初始化 Orleans 客户端运行时

Initialize(ClientConfiguration)
已过时.

从提供的客户端配置对象初始化此 Azure 进程中的 Orleans 客户端运行时。 如果配置对象为 null,则初始化失败。

Initialize(FileInfo)
已过时.

在此 Azure 进程中初始化 Orleans 客户端运行时

Initialize(String)
已过时.

在此 Azure 进程中初始化 Orleans 客户端运行时

Uninitialize()
已过时.

在此 Azure 进程中取消初始化 Orleans 客户端运行时。

适用于