共用方式為


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)

兩個交易共用單一細微性

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

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

TransactionTreeTest(String)

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

適用於