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