DisabledTransactionsTestRunner.TransactionGrainsThrowWhenTransactions 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.
public virtual void TransactionGrainsThrowWhenTransactions (string transactionTestGrainClassName);
public virtual System.Threading.Tasks.Task TransactionGrainsThrowWhenTransactions (string transactionTestGrainClassName);
abstract member TransactionGrainsThrowWhenTransactions : string -> unit
override this.TransactionGrainsThrowWhenTransactions : string -> unit
abstract member TransactionGrainsThrowWhenTransactions : string -> System.Threading.Tasks.Task
override this.TransactionGrainsThrowWhenTransactions : string -> System.Threading.Tasks.Task
Public Overridable Sub TransactionGrainsThrowWhenTransactions (transactionTestGrainClassName As String)
Public Overridable Function TransactionGrainsThrowWhenTransactions (transactionTestGrainClassName As String) As Task
Parameters
- transactionTestGrainClassName
- String