次の方法で共有


CustomStorageSiloBuilderExtensions.AddCustomStorageBasedLogConsistencyProviderAsDefault メソッド

定義

オーバーロード

AddCustomStorageBasedLogConsistencyProviderAsDefault(ISiloBuilder, String)

カスタム ストレージ ログ整合性プロバイダーを既定の整合性プロバイダーとして追加します"/>

AddCustomStorageBasedLogConsistencyProviderAsDefault(ISiloHostBuilder, String)

カスタム ストレージ ログ整合性プロバイダーを既定の整合性プロバイダーとして追加します"/>

AddCustomStorageBasedLogConsistencyProviderAsDefault(ISiloBuilder, String)

ソース:
CustomStorageSiloBuilderExtensions.cs

カスタム ストレージ ログ整合性プロバイダーを既定の整合性プロバイダーとして追加します"/>

public static Orleans.Hosting.ISiloBuilder AddCustomStorageBasedLogConsistencyProviderAsDefault (this Orleans.Hosting.ISiloBuilder builder, string primaryCluster = default);
static member AddCustomStorageBasedLogConsistencyProviderAsDefault : Orleans.Hosting.ISiloBuilder * string -> Orleans.Hosting.ISiloBuilder
<Extension()>
Public Function AddCustomStorageBasedLogConsistencyProviderAsDefault (builder As ISiloBuilder, Optional primaryCluster As String = Nothing) As ISiloBuilder

パラメーター

builder
ISiloBuilder
primaryCluster
String

戻り値

適用対象

AddCustomStorageBasedLogConsistencyProviderAsDefault(ISiloHostBuilder, String)

ソース:
CustomStorageSiloBuilderExtensions.cs

カスタム ストレージ ログ整合性プロバイダーを既定の整合性プロバイダーとして追加します"/>

public static Orleans.Hosting.ISiloHostBuilder AddCustomStorageBasedLogConsistencyProviderAsDefault (this Orleans.Hosting.ISiloHostBuilder builder, string primaryCluster = default);
static member AddCustomStorageBasedLogConsistencyProviderAsDefault : Orleans.Hosting.ISiloHostBuilder * string -> Orleans.Hosting.ISiloHostBuilder
<Extension()>
Public Function AddCustomStorageBasedLogConsistencyProviderAsDefault (builder As ISiloHostBuilder, Optional primaryCluster As String = Nothing) As ISiloHostBuilder

パラメーター

primaryCluster
String

戻り値

適用対象