TransactionConcurrencyTestRunner.TransactionChainTest(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Chain of transactions, each dependent on the results of the previous
public virtual System.Threading.Tasks.Task TransactionChainTest (string grainStates);
abstract member TransactionChainTest : string -> System.Threading.Tasks.Task
override this.TransactionChainTest : string -> System.Threading.Tasks.Task
Public Overridable Function TransactionChainTest (grainStates As String) As Task
Parameters
- grainStates
- String