次の方法で共有


SiloBuilderExtensions.UseTransactions メソッド

定義

オーバーロード

UseTransactions(ISiloBuilder)

分散 TM アルゴリズムを使用するようにクラスターを構成する

UseTransactions(ISiloBuilder, Boolean)

分散 TM アルゴリズムを使用するようにクラスターを構成する

UseTransactions(ISiloHostBuilder, Boolean)

分散 TM アルゴリズムを使用するようにクラスターを構成する

UseTransactions(ISiloBuilder)

分散 TM アルゴリズムを使用するようにクラスターを構成する

public static Orleans.Hosting.ISiloBuilder UseTransactions (this Orleans.Hosting.ISiloBuilder builder);
static member UseTransactions : Orleans.Hosting.ISiloBuilder -> Orleans.Hosting.ISiloBuilder
<Extension()>
Public Function UseTransactions (builder As ISiloBuilder) As ISiloBuilder

パラメーター

builder
ISiloBuilder

サイロ ホスト ビルダー

適用対象

UseTransactions(ISiloBuilder, Boolean)

ソース:
SiloBuilderExtensions.cs

分散 TM アルゴリズムを使用するようにクラスターを構成する

public static Orleans.Hosting.ISiloBuilder UseTransactions (this Orleans.Hosting.ISiloBuilder builder, bool withStatisticsReporter = true);
static member UseTransactions : Orleans.Hosting.ISiloBuilder * bool -> Orleans.Hosting.ISiloBuilder
<Extension()>
Public Function UseTransactions (builder As ISiloBuilder, Optional withStatisticsReporter As Boolean = true) As ISiloBuilder

パラメーター

builder
ISiloBuilder

サイロ ホスト ビルダー

withStatisticsReporter
Boolean

トランザクション統計レポーターを構成します。 独自のトランザクション統計レポートを構成する場合、またはトランザクション統計を報告しない場合は false に設定します

適用対象

UseTransactions(ISiloHostBuilder, Boolean)

ソース:
SiloBuilderExtensions.cs

分散 TM アルゴリズムを使用するようにクラスターを構成する

public static Orleans.Hosting.ISiloHostBuilder UseTransactions (this Orleans.Hosting.ISiloHostBuilder builder, bool withStatisticsReporter = true);
static member UseTransactions : Orleans.Hosting.ISiloHostBuilder * bool -> Orleans.Hosting.ISiloHostBuilder
<Extension()>
Public Function UseTransactions (builder As ISiloHostBuilder, Optional withStatisticsReporter As Boolean = true) As ISiloHostBuilder

パラメーター

builder
ISiloHostBuilder

サイロ ホスト ビルダー

withStatisticsReporter
Boolean

トランザクション統計レポーターを構成します。 独自のトランザクション統計レポートを構成する場合、またはトランザクション統計を報告しない場合は false に設定します

適用対象