TransactionalStateStorageTestRunnerxUnit<TState>.CancelMany 方法

定义

[Xunit.Theory]
public override System.Threading.Tasks.Task CancelMany (int count);
[Xunit.InlineData(new System.Object[] { Mono.Cecil.CustomAttributeArgument })]
[Xunit.Theory]
public override System.Threading.Tasks.Task CancelMany (int count);
[<Xunit.Theory>]
override this.CancelMany : int -> System.Threading.Tasks.Task
[<Xunit.InlineData(new System.Object[] { Mono.Cecil.CustomAttributeArgument })>]
[<Xunit.Theory>]
override this.CancelMany : int -> System.Threading.Tasks.Task
Public Overrides Function CancelMany (count As Integer) As Task

参数

count
Int32

返回

属性
Xunit.InlineDataAttribute Xunit.TheoryAttribute

适用于