Поделиться через


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

Возвращаемое значение

Применяется к