Düzenle

Aracılığıyla paylaş


TransactionConcurrencyTestRunner Class

Definition

public abstract class TransactionConcurrencyTestRunner : Orleans.Transactions.TestKit.TransactionTestRunnerBase
type TransactionConcurrencyTestRunner = class
    inherit TransactionTestRunnerBase
Public MustInherit Class TransactionConcurrencyTestRunner
Inherits TransactionTestRunnerBase
Inheritance
TransactionConcurrencyTestRunner
Derived

Constructors

TransactionConcurrencyTestRunner(IGrainFactory, Action<String>)

Fields

grainFactory (Inherited from TransactionTestRunnerBase)
testOutput (Inherited from TransactionTestRunnerBase)

Methods

RandomTestGrain(String) (Inherited from TransactionTestRunnerBase)
RandomTestGrain<TGrainInterface>(String) (Inherited from TransactionTestRunnerBase)
SingleSharedGrainTest(String)

Two transaction share a single grain

TestGrain(String, Guid) (Inherited from TransactionTestRunnerBase)
TestGrain<TGrainInterface>(String, Guid) (Inherited from TransactionTestRunnerBase)
TransactionChainTest(String)

Chain of transactions, each dependent on the results of the previous

TransactionTreeTest(String)

Single transaction containing two grains is dependent on two other transaction, one from each grain

Applies to