TransactionConcurrencyTestRunner クラス

定義

public abstract class TransactionConcurrencyTestRunner : Orleans.Transactions.TestKit.TransactionTestRunnerBase
type TransactionConcurrencyTestRunner = class
    inherit TransactionTestRunnerBase
Public MustInherit Class TransactionConcurrencyTestRunner
Inherits TransactionTestRunnerBase
継承
TransactionConcurrencyTestRunner
派生

コンストラクター

TransactionConcurrencyTestRunner(IGrainFactory, Action<String>)

フィールド

grainFactory (継承元 TransactionTestRunnerBase)
testOutput (継承元 TransactionTestRunnerBase)

メソッド

RandomTestGrain(String) (継承元 TransactionTestRunnerBase)
RandomTestGrain<TGrainInterface>(String) (継承元 TransactionTestRunnerBase)
SingleSharedGrainTest(String)

2 つのトランザクションが 1 つのグレインを共有する

TestGrain(String, Guid) (継承元 TransactionTestRunnerBase)
TestGrain<TGrainInterface>(String, Guid) (継承元 TransactionTestRunnerBase)
TransactionChainTest(String)

トランザクションのチェーン。各トランザクションは、前の結果に依存します

TransactionTreeTest(String)

2 つのグレインを含む 1 つのトランザクションは、各グレインから 1 つずつ、他の 2 つのトランザクションに依存します

適用対象