TransactionCoordinatorGrain.MultiGrainDoubleByRWRW 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 System.Threading.Tasks.Task MultiGrainDoubleByRWRW (System.Collections.Generic.List<Orleans.Transactions.TestKit.ITransactionTestGrain> grains, int numberToAdd);
abstract member MultiGrainDoubleByRWRW : System.Collections.Generic.List<Orleans.Transactions.TestKit.ITransactionTestGrain> * int -> System.Threading.Tasks.Task
override this.MultiGrainDoubleByRWRW : System.Collections.Generic.List<Orleans.Transactions.TestKit.ITransactionTestGrain> * int -> System.Threading.Tasks.Task
Public Function MultiGrainDoubleByRWRW (grains As List(Of ITransactionTestGrain), numberToAdd As Integer) As Task
Parameters
- grains
- List<ITransactionTestGrain>
- numberToAdd
- Int32