共用方式為


TransactionConcurrencyTestRunnerxUnit 類別

定義

public abstract class TransactionConcurrencyTestRunnerxUnit : Orleans.Transactions.TestKit.TransactionConcurrencyTestRunner
type TransactionConcurrencyTestRunnerxUnit = class
    inherit TransactionConcurrencyTestRunner
Public MustInherit Class TransactionConcurrencyTestRunnerxUnit
Inherits TransactionConcurrencyTestRunner
繼承
TransactionConcurrencyTestRunnerxUnit

建構函式

TransactionConcurrencyTestRunnerxUnit(IGrainFactory, ITestOutputHelper)

欄位

grainFactory (繼承來源 TransactionTestRunnerBase)
testOutput (繼承來源 TransactionTestRunnerBase)

方法

RandomTestGrain(String) (繼承來源 TransactionTestRunnerBase)
RandomTestGrain<TGrainInterface>(String) (繼承來源 TransactionTestRunnerBase)
SingleSharedGrainTest(String)

兩筆交易共用單一粒紋

TestGrain(String, Guid) (繼承來源 TransactionTestRunnerBase)
TestGrain<TGrainInterface>(String, Guid) (繼承來源 TransactionTestRunnerBase)
TransactionChainTest(String)

交易鏈結,每個交易都相依于先前的結果

TransactionTreeTest(String)

包含兩個粒紋的單一交易相依于兩個其他交易,每個粒紋各一個

適用於