LogConsistencyConfigurationExtensions.AddCustomStorageInterfaceBasedLogConsistencyProvider メソッド

定義

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

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

パラメーター

config
ClusterConfiguration

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

providerName
String

プロバイダー名。

primaryCluster
String

適用対象