Skip to content

TransactionConcurrencyTestRunnerxUnit Methods

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

TransactionChainTest(string)

override
View source
public override Task TransactionChainTest(string grainStates)
Chain of transactions, each dependent on the results of the previous

Parameters

grainStatesstring

TransactionTreeTest(string)

override
View source
public override Task TransactionTreeTest(string grainStates)
Single transaction containing two grains is dependent on two other transaction, one from each grain

Parameters

grainStatesstring