TransactionalStateStorageTestRunnerxUnit<TState>.ConfirmOneAndCancelOne 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
[Xunit.Theory]
public override System.Threading.Tasks.Task ConfirmOneAndCancelOne (bool useTwoSteps, bool reverseOrder);
[Xunit.InlineData(new System.Object[] { Mono.Cecil.CustomAttributeArgument, Mono.Cecil.CustomAttributeArgument })]
[Xunit.Theory]
public override System.Threading.Tasks.Task ConfirmOneAndCancelOne (bool useTwoSteps, bool reverseOrder);
[<Xunit.Theory>]
override this.ConfirmOneAndCancelOne : bool * bool -> System.Threading.Tasks.Task
[<Xunit.InlineData(new System.Object[] { Mono.Cecil.CustomAttributeArgument, Mono.Cecil.CustomAttributeArgument })>]
[<Xunit.Theory>]
override this.ConfirmOneAndCancelOne : bool * bool -> System.Threading.Tasks.Task
Public Overrides Function ConfirmOneAndCancelOne (useTwoSteps As Boolean, reverseOrder As Boolean) As Task
參數
- useTwoSteps
- Boolean
- reverseOrder
- Boolean
傳回
- 屬性
-
Xunit.InlineDataAttribute Xunit.TheoryAttribute