共用方式為


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

傳回

適用於