次の方法で共有


LogConsistencyConfigurationExtensions.AddLogStorageBasedLogConsistencyProvider メソッド

定義

種類のログ整合性プロバイダーを追加します LogConsistencyProvider

public static void AddLogStorageBasedLogConsistencyProvider (this Orleans.Runtime.Configuration.ClusterConfiguration config, string providerName = "LogStorage");
static member AddLogStorageBasedLogConsistencyProvider : Orleans.Runtime.Configuration.ClusterConfiguration * string -> unit
<Extension()>
Public Sub AddLogStorageBasedLogConsistencyProvider (config As ClusterConfiguration, Optional providerName As String = "LogStorage")

パラメーター

config
ClusterConfiguration

プロバイダーを追加するクラスター構成オブジェクト。

providerName
String

プロバイダー名。

適用対象