TransactionCoordinatorGrain.MultiGrainAddAndThrow 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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