TransactionRecoveryTestsRunnerxUnit.TransactionWillRecoverAfterRandomSiloUnGracefulShutdown Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
[Xunit.SkippableTheory(new System.Type[] { })]
public override System.Threading.Tasks.Task TransactionWillRecoverAfterRandomSiloUnGracefulShutdown (string transactionTestGrainClassName, int concurrent);
[Xunit.InlineData(new System.Object[] { Mono.Cecil.CustomAttributeArgument, Mono.Cecil.CustomAttributeArgument })]
[Xunit.SkippableTheory(new System.Type[] { })]
public override System.Threading.Tasks.Task TransactionWillRecoverAfterRandomSiloUnGracefulShutdown (string transactionTestGrainClassName, int concurrent);
[<Xunit.SkippableTheory(new System.Type[] { })>]
override this.TransactionWillRecoverAfterRandomSiloUnGracefulShutdown : string * int -> System.Threading.Tasks.Task
[<Xunit.InlineData(new System.Object[] { Mono.Cecil.CustomAttributeArgument, Mono.Cecil.CustomAttributeArgument })>]
[<Xunit.SkippableTheory(new System.Type[] { })>]
override this.TransactionWillRecoverAfterRandomSiloUnGracefulShutdown : string * int -> System.Threading.Tasks.Task
Public Overrides Function TransactionWillRecoverAfterRandomSiloUnGracefulShutdown (transactionTestGrainClassName As String, concurrent As Integer) As Task
Параметры
- transactionTestGrainClassName
- String
- concurrent
- Int32
Возвращаемое значение
- Атрибуты
-
Xunit.InlineDataAttribute Xunit.SkippableTheoryAttribute