TransactionConcurrencyTestRunnerxUnit.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
[Xunit.SkippableTheory(new System.Type[] { })]
public override System.Threading.Tasks.Task TransactionChainTest (string grainStates);
[Xunit.InlineData(new System.Object[] { Mono.Cecil.CustomAttributeArgument })]
[Xunit.SkippableTheory(new System.Type[] { })]
public override System.Threading.Tasks.Task TransactionChainTest (string grainStates);
[<Xunit.SkippableTheory(new System.Type[] { })>]
override this.TransactionChainTest : string -> System.Threading.Tasks.Task
[<Xunit.InlineData(new System.Object[] { Mono.Cecil.CustomAttributeArgument })>]
[<Xunit.SkippableTheory(new System.Type[] { })>]
override this.TransactionChainTest : string -> System.Threading.Tasks.Task
Public Overrides Function TransactionChainTest (grainStates As String) As Task
Parameters
- grainStates
- String
Returns
- Attributes
-
Xunit.InlineDataAttribute Xunit.SkippableTheoryAttribute