次の方法で共有


AzureClient クラス

定義

注意事項

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

Azure 内で実行されている Orleans クライアントを初期化するためのユーティリティ クラス。

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
古い.

デリゲートを使用してログ記録を構成し、既定では none ロガーが構成済み

IsInitialized
古い.

Orleans Azure クライアント ランタイムが既に初期化されているかどうか

メソッド

DefaultConfiguration()
古い.

AzureClient に渡すための既定のクライアント構成オブジェクトを返します。

Initialize()
古い.

この Azure プロセスで Orleans クライアント ランタイムを初期化する

Initialize(ClientConfiguration)
古い.

指定されたクライアント構成オブジェクトから、この Azure プロセスで Orleans クライアント ランタイムを初期化します。 構成オブジェクトが null の場合、初期化は失敗します。

Initialize(FileInfo)
古い.

この Azure プロセスで Orleans クライアント ランタイムを初期化する

Initialize(String)
古い.

この Azure プロセスで Orleans クライアント ランタイムを初期化する

Uninitialize()
古い.

この Azure プロセスで Orleans クライアント ランタイムを初期化解除します。

適用対象