TransactionRecoveryTestsRunner.TransactionWillRecoverAfterRandomSiloFailure 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.
protected virtual System.Threading.Tasks.Task TransactionWillRecoverAfterRandomSiloFailure (string transactionTestGrainClassName, int concurrent, bool gracefulShutdown);
abstract member TransactionWillRecoverAfterRandomSiloFailure : string * int * bool -> System.Threading.Tasks.Task
override this.TransactionWillRecoverAfterRandomSiloFailure : string * int * bool -> System.Threading.Tasks.Task
Protected Overridable Function TransactionWillRecoverAfterRandomSiloFailure (transactionTestGrainClassName As String, concurrent As Integer, gracefulShutdown As Boolean) As Task
Parameters
- transactionTestGrainClassName
- String
- concurrent
- Int32
- gracefulShutdown
- Boolean