TransactionCoordinatorGrain.MultiGrainAddAndThrow Metodo
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
C#
public System.Threading.Tasks.Task MultiGrainAddAndThrow(System.Collections.Generic.List<Orleans.Transactions.TestKit.ITransactionTestGrain> throwGrains, System.Collections.Generic.List<Orleans.Transactions.TestKit.ITransactionTestGrain> grains, int numberToAdd);
abstract member MultiGrainAddAndThrow : System.Collections.Generic.List<Orleans.Transactions.TestKit.ITransactionTestGrain> * System.Collections.Generic.List<Orleans.Transactions.TestKit.ITransactionTestGrain> * int -> System.Threading.Tasks.Task
override this.MultiGrainAddAndThrow : System.Collections.Generic.List<Orleans.Transactions.TestKit.ITransactionTestGrain> * System.Collections.Generic.List<Orleans.Transactions.TestKit.ITransactionTestGrain> * int -> System.Threading.Tasks.Task
Public Function MultiGrainAddAndThrow (throwGrains As List(Of ITransactionTestGrain), grains As List(Of ITransactionTestGrain), numberToAdd As Integer) As Task
- throwGrains
- List<ITransactionTestGrain>
- grains
- List<ITransactionTestGrain>
- numberToAdd
- Int32
Prodotto | Versioni |
---|---|
.NET Orleans | 3.4.5, 3.6.0, 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |