Skip to content

TransactionConcurrencyTestRunner 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)

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

Parameters

grainStatesstring

TransactionTreeTest(string)

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

Parameters

grainStatesstring